File diff ac57053ecf58 → 252697b842c0
pinaxcon/devmode_settings.py
Show inline comments
...
 
@@ -8,3 +8,5 @@ LOGIN_URL='/accounts/login'
 
ROOT_URLCONF = "pinaxcon.devmode_urls"
 

	
 
DEFAULT_FILE_STORAGE = 'django.core.files.storage.FileSystemStorage'
 

	
 
INTERNAL_IPS = ['*']