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
c738b16bae
commit
b779948d07
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
settings.py
+ 0
- 1
settings.py
View File
@@ -88,7 +88,6 @@ USE_TZ = True
if 'USE_SSL' in os.environ:
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
STATIC_ROOT = 'staticfiles'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'media'),
)
Write
Preview
Loading…
Cancel
Save