Changes between Initial Version and Version 1 of Ticket #25246


Ignore:
Timestamp:
Aug 7, 2015, 2:23:05 PM (9 years ago)
Author:
Carl Meyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25246

    • Property Component UncategorizedCore (Other)
    • Property Triage Stage UnreviewedAccepted
  • Ticket #25246 – Description

    initial v1  
    66Here is an example traceback:
    77
     8{{{
    89(testenv)~/Development/testenv-dev/testenv$ python manage.py runserver
    910Traceback (most recent call last):
     
    3233    "with a 'path' class attribute." % (module, paths))
    3334django.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}}}
Back to Top