Changes between Initial Version and Version 1 of Ticket #33378, comment 2


Ignore:
Timestamp:
Jan 21, 2022, 11:06:35 AM (2 years ago)
Author:
Zack West

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33378, comment 2

    initial v1  
    11Thanks and sorry for the duplicate post. It wasn't so much the requirement of the full path I noted as much as it was Django *generating* a non-fullpath when running the `python manage.py startapp` command or, more particularly, if one is in a subdirectory (e.g. apps/) and runs the command `django-admin startapp myapp` the `name` field in `apps/myapp/apps.py` config class gets auto-populated with just `myapp` rather than the required `apps.myapp` which will throw a `django.core.exceptions.ImproperlyConfigured` exception unless a user manually updates the `name` field.
    22
    3 I understand if that was passed over but I wanted to ensure I was drawing attention to the proper aspect of the issue.
     3I understand if that was passed over but I wanted to ensure I was drawing attention to the proper aspect of the issue. It has been awhile since I was developing with Django as well and wasn't sure when this issue might have been introduced. I just didn't remember it being an issue in previous versions < 3.
    44
    55Replying to [comment:1 Mariusz Felisiak]:
Back to Top