Skip to content
Snippets Groups Projects
Commit dfbb673d authored by Leonardo J. Caballero G's avatar Leonardo J. Caballero G
Browse files

Deactivate ADMIN_MEDIA_PREFIX var for settings.py file

parent 0bc23f5d
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,8 @@ STATIC_URL = '/static/' ...@@ -65,7 +65,8 @@ STATIC_URL = '/static/'
# URL prefix for admin static files -- CSS, JavaScript and images. # URL prefix for admin static files -- CSS, JavaScript and images.
# Make sure to use a trailing slash. # Make sure to use a trailing slash.
# Examples: "http://foo.com/static/admin/", "/static/admin/". # Examples: "http://foo.com/static/admin/", "/static/admin/".
ADMIN_MEDIA_PREFIX = '/static/admin/' # http://stackoverflow.com/questions/8222887/where-are-django-admin-sites-static-media-files-and-how-to-configure
#ADMIN_MEDIA_PREFIX = '/static/admin/'
# Additional locations of static files # Additional locations of static files
STATICFILES_DIRS = ( STATICFILES_DIRS = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment