jaycrossler / geoq-django

Collect geospatial features and manage feature collection among groups of users.
Other
12 stars 0 forks source link

Static directory not linking properly for admin pages #58

Closed jaycrossler closed 10 years ago

jaycrossler commented 10 years ago

It looks like all of the other static directories are properly working.

The admin pages don't load css/js properly - Once hosted on a VM, they are getting a 404 when trying to go to: http://geo-q.com/static/admin/css/dashboard.css

Probably the static dir is not mapping correctly in settings.py.

jaycrossler commented 10 years ago

Fixed. Local_settings.py needed to have the chef script auto add in the linked admin pages.