mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Merge 5b08878105
into e18b4271b6
This commit is contained in:
commit
58043b038d
|
@ -203,10 +203,10 @@ class Common(Configuration):
|
|||
# END MEDIA CONFIGURATION
|
||||
|
||||
# URL Configuration
|
||||
ROOT_URLCONF = 'urls'
|
||||
ROOT_URLCONF = '{{ cookiecutter.repo_name }}.urls'
|
||||
|
||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#wsgi-application
|
||||
WSGI_APPLICATION = 'wsgi.application'
|
||||
WSGI_APPLICATION = '{{ cookiecutter.repo_name }}.wsgi.application'
|
||||
# End URL Configuration
|
||||
|
||||
# AUTHENTICATION CONFIGURATION
|
||||
|
|
Loading…
Reference in New Issue
Block a user