archive
/
static-share
Archived
1
Fork 0

switch to material admin

This commit is contained in:
Jake Howard 2016-09-07 18:14:43 +01:00
parent 6ecb2f5937
commit f743ae209b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = (
'flat',
'material',
'material.admin',
'django.contrib.admin',
'django.contrib.auth',

View File

@ -1,8 +1,8 @@
coverage==3.7.1
dj-database-url==0.4.1
django-admin-resumable-js==1.2
django-flat-theme==1.1.3
django-log-request-id==1.1.0
django-material==0.8.0
django-shortuuidfield==0.1.3
django==1.8.13
flake8==2.5.4