Content Management/Development Notes: Difference between revisions
Jump to navigation
Jump to search
(New page: * set the variable YOUR_ABSOLUTE_PATH in settings.py to whatever you are using. This sets the path of both /media and /templates.) |
No edit summary |
||
Line 1: | Line 1: | ||
* set the variable YOUR_ABSOLUTE_PATH in settings.py to whatever you are using. This sets the path of both /media and /templates. |
* set the variable YOUR_ABSOLUTE_PATH in settings.py to whatever you are using. This sets the path of both /media and /templates. |
||
* To require login or a permission for a specific page check this link: http://www.djangoproject.com/documentation/authentication/#the-login-required-decorator |
Revision as of 21:02, 5 November 2007
- set the variable YOUR_ABSOLUTE_PATH in settings.py to whatever you are using. This sets the path of both /media and /templates.
- To require login or a permission for a specific page check this link: http://www.djangoproject.com/documentation/authentication/#the-login-required-decorator