Create urls/views/templates for dev-only views - #546
Conversation
Our designers find it helpful to be able to stub out simple views that aren't ready to be seen for production yet, and check them into version control so that other people can see them and provide feedback. This commit introduces a few new files and directories for this purpose, as well as a sample view that will only be seen in dev mode, and never in production.
|
Would it be better to define the dev-only urlpatterns at the top of |
|
Thanks, @singingwolfboy. To help provide some context for this effort/request, there are two scenarios that this type of infrastructure would be helpful with:
@frrrances, we've talked recently about this. Feel free to chime in with any thoughts. |
|
@talbs pretty much summed up my feelings. Not sure how this will affect the dev/production split, but it would be helpful to have a static space where we can leverage the base html, sass, and js files but still have an area to really muck about. |
There was a problem hiding this comment.
|
👍 once pep8/pylint cleanup. |
Create urls/views/templates for dev-only views
hide reply button after closing thread
Revert "Automatic account provisioning for opted-in SAML providers"
* removing setting configure and rather setting setting module to lms * try sys convert * FIX: key error * add changes to development branch (openedx#538) * add changes to development branch * comments * remove mig file * [ci skip] switcching to proversity fork of social auths * [ci skip] fixing encoding * [Development] Update clear course cache (openedx#542) * FIX: key error * update clear-course-cache to accept multiple courses * [ci skip] reverting conftest
* FIX: key error * Proversity/development (openedx#546) * removing setting configure and rather setting setting module to lms * try sys convert * FIX: key error * add changes to development branch (openedx#538) * add changes to development branch * comments * remove mig file * [ci skip] switcching to proversity fork of social auths * [ci skip] fixing encoding * [Development] Update clear course cache (openedx#542) * FIX: key error * update clear-course-cache to accept multiple courses * [ci skip] reverting conftest * Proversity/development (openedx#558) ENH: bulk grades api to be granular ENH: course order by ADD: harambee custom backend SSO * dynamically update release dates
* removing setting configure and rather setting setting module to lms * try sys convert * FIX: key error * add changes to development branch (#538) * add changes to development branch * comments * remove mig file * [ci skip] switcching to proversity fork of social auths * [ci skip] fixing encoding * [Development] Update clear course cache (#542) * FIX: key error * update clear-course-cache to accept multiple courses * [ci skip] reverting conftest
* FIX: key error * Proversity/development (#546) * removing setting configure and rather setting setting module to lms * try sys convert * FIX: key error * add changes to development branch (#538) * add changes to development branch * comments * remove mig file * [ci skip] switcching to proversity fork of social auths * [ci skip] fixing encoding * [Development] Update clear course cache (#542) * FIX: key error * update clear-course-cache to accept multiple courses * [ci skip] reverting conftest * Proversity/development (#558) ENH: bulk grades api to be granular ENH: course order by ADD: harambee custom backend SSO * dynamically update release dates
Our designers find it helpful to be able to stub out simple views that aren't ready
to be seen for production yet, and check them into version control so that other
people can see them and provide feedback. This commit introduces a few new files
and directories for this purpose, as well as a sample view that will only be seen
in dev mode, and never in production.