django1/django/conf/project_template/project_name
Tim Graham 179fbab7e0 Fixed #25711 -- Updated the project template's include() example.
Referencing URLs by dotted path is a stronger convention than
importing the URLs.
2015-12-09 11:27:16 -05:00
..
__init__.py Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks. 2011-10-13 05:56:15 +00:00
settings.py Refs #23957 -- Required session verification per deprecation timeline. 2015-09-23 19:31:10 -04:00
urls.py Fixed #25711 -- Updated the project template's include() example. 2015-12-09 11:27:16 -05:00
wsgi.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00