meedan / montage

A collaborative video annotation app
https://montage.meedan.com
Other
8 stars 3 forks source link

Missing Django Admin UI #14

Open infojunkie opened 6 years ago

infojunkie commented 6 years ago

The GAE Admin UI is up at http://localhost:8000, but the Django Admin UI which is supposed to be at http://localhost:8080/static/admin is not there, even though it is declared at https://github.com/meedan/montage/blob/master/appengine/app.yaml#L36-L41.

infojunkie commented 6 years ago

If I understand the static_dir setting https://cloud.google.com/appengine/docs/standard/python/config/appref#handlers_static_dir, the path lib/django/contrib/admin/static/admin/ does not exist in our environment.