Browse Source

Remove demo.bigbang app

It's empty now, so can safely be removed.
master
Maik Hoepfel 12 years ago
parent
commit
7ecf80f75e

+ 0
- 0
sites/demo/apps/bigbang/__init__.py View File


+ 0
- 0
sites/demo/apps/bigbang/management/__init__.py View File


+ 0
- 0
sites/demo/apps/bigbang/management/commands/__init__.py View File


+ 0
- 1
sites/demo/settings.py View File

@@ -248,7 +248,6 @@ INSTALLED_APPS = [
248 248
     'debug_toolbar',
249 249
     # For profile testing
250 250
     'apps.user',
251
-    'apps.bigbang',
252 251
     # Sentry (for live demo site)
253 252
     'raven.contrib.django.raven_compat'
254 253
 ]

Loading…
Cancel
Save