Changes between Initial Version and Version 1 of Ticket #25246
- Timestamp:
- Aug 7, 2015, 2:23:05 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25246
- Property Component Uncategorized → Core (Other)
- Property Triage Stage Unreviewed → Accepted
-
Ticket #25246 – Description
initial v1 6 6 Here is an example traceback: 7 7 8 {{{ 8 9 (testenv)~/Development/testenv-dev/testenv$ python manage.py runserver 9 10 Traceback (most recent call last): … … 32 33 "with a 'path' class attribute." % (module, paths)) 33 34 django.core.exceptions.ImproperlyConfigured: The app module <module 'emptyapp' (namespace)> has multiple filesystem locations (['/Users/jessamyn/Development/testenv-dev/testenv/emptyapp', '/Users/jessamyn/Development/testenv-dev/testenv/emptyapp', '/Users/jessamyn/Development/testenv-dev/testenv/emptyapp']); you must configure this app with an AppConfig subclass with a 'path' class attribute. 35 }}}