Skip to content

Commit

Permalink
bootsstrap admin
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 12, 2013
1 parent 98fa42b commit f82620f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
@@ -1,6 +1,6 @@
Django>=1.5.4
django-extensions>=1.2.5
django-grappelli>=2.4.7
bootstrap-admin
requests>=2.0.0
pygraphviz>=1.2
docutils>=0.11
Expand Down
4 changes: 2 additions & 2 deletions movesevent/settings.py
Expand Up @@ -131,9 +131,9 @@

# Extra tools
'django_extensions',
# Grappelli
# Custom admin
'grappelli',
#'grappelli.dashboard',
'bootstrap_admin',

# Uncomment the next line to enable the admin:
'django.contrib.admin',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
Django>=1.5.4
django-extensions>=1.2.5
django-grappelli>=2.4.7
bootstrap-admin
moves
requests>=2.0.0

0 comments on commit f82620f

Please sign in to comment.