removing any user mention
This commit is contained in:
parent
cd86ea2fd6
commit
2433eb40c1
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ ALLOWED_HOSTS = []
|
|||
INSTALLED_APPS = [
|
||||
'equipment.apps.EquipmentConfig',
|
||||
'event.apps.EventConfig',
|
||||
'user.apps.UserConfig',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
|
|
|
@ -8,7 +8,6 @@ from django.contrib import admin
|
|||
urlpatterns = [
|
||||
url(r'^admin/', admin.site.urls),
|
||||
url(r'^event/', include('event.urls')),
|
||||
url(r'^user/', include('user.urls')),
|
||||
]
|
||||
|
||||
if settings.DEBUG:
|
||||
|
|
Loading…
Reference in a new issue