This website works better with JavaScript.
Home
Help
Sign In
marrub
/
snipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add static.
master
Nick Sergeant
7 years ago
parent
6720222a44
commit
c738b16bae
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
settings.py
+ 1
- 1
settings.py
View File
@@ -90,7 +90,7 @@ if 'USE_SSL' in os.environ:
STATIC_ROOT = 'staticfiles'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, '
static
'),
os.path.join(BASE_DIR, '
media
'),
)
INSTALLED_APPS = (
Write
Preview
Loading…
Cancel
Save