File diff ac57053ecf58 → 252697b842c0
pinaxcon/devmode_settings.py
Show inline comments
...
 
@@ -5,6 +5,8 @@ AUTHENTICATION_BACKENDS = [
 
]
 
LOGIN_URL='/accounts/login'
 

	
 
ROOT_URLCONF = "pinaxcon.devmode_urls"
 

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

	
 
INTERNAL_IPS = ['*']