Opened 18 years ago
Closed 18 years ago
#2245 closed defect (duplicate)
django.contrib.humanize in INSTALLED_APPS prevent syncdb run
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | Version: | dev |
Severity: | major | Keywords: | manage.py syncdb humanize |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
- Steps to reproduce:
- django-admin.py startproject aaa
- cd aaa
- edit settings.py
- DATABASE_*
- add 'django.contrib.humanize' to INSTALLED_APPS setting.
- ./manage.py syncdb
- Expected result: no error
- Actual result: get following error
Error: None couldn't be installed, because there were errors in your model: django.contrib.humanize: 'module' object has no attribute 'models'
- I used revision 3214
- I've got this error while developing GAVI (http://insilicogen.com/dj/gavi/)
Change History (3)
comment:1 by , 18 years ago
priority: | normal → high |
---|---|
Severity: | normal → major |
comment:2 by , 18 years ago
Component: | Tools → django-admin.py |
---|
comment:3 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #1812.