mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-26 07:28:10 +00:00
Added urlRoot for require
This commit is contained in:
@@ -51,8 +51,7 @@ CACHE_ROOT = localsettings.CACHE_ROOT
|
||||
if DEBUG:
|
||||
STATIC_URL = '/static/'
|
||||
else:
|
||||
STATIC_URL = localsettings.STATIC_URL if hasattr(localsettings,
|
||||
'STATIC_URL') else 'http://static.deepsouthsounds.com/'
|
||||
STATIC_URL = localsettings.STATIC_URL if hasattr(localsettings, 'STATIC_URL') else 'http://static.deepsouthsounds.com/'
|
||||
|
||||
if DEBUG:
|
||||
MEDIA_URL = '/media/'
|
||||
|
||||
@@ -31,7 +31,10 @@ Werkzeug
|
||||
psycopg2
|
||||
templated_emails
|
||||
htmlmin
|
||||
mimeparse
|
||||
django-htmlmin
|
||||
tastypie-msgpack
|
||||
django-jenkins
|
||||
gunicorn
|
||||
django-dbbackup
|
||||
dropbox
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
requirejs.config({
|
||||
baseUrl: 'static/js',
|
||||
baseUrl: com.podnoms.settings.staticUrl + 'js',
|
||||
urlArgs: com.podnoms.settings.urlArgs,
|
||||
waitSeconds: 200,
|
||||
paths: {
|
||||
|
||||
Reference in New Issue
Block a user