Added sample angularjs page to be served by Django, updated admin styles.

This commit is contained in:
Chris Church
2013-03-14 15:52:35 -04:00
parent 1117fb0656
commit da9a31b599
24 changed files with 9554 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ USE_L10N = True
USE_TZ = True
STATICFILES_DIRS = (
#os.path.join(BASE_DIR, 'static'),
os.path.join(BASE_DIR, 'static'),
)
STATIC_ROOT = os.path.join(BASE_DIR, 'public', 'static') # FIXME: Is this where we want it?
@@ -115,6 +115,7 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'lib.main',
'lib.api',
'lib.web',
'south',
# not yet compatible with Django 1.5 unless using version from github
# 'devserver',