Opened 17 years ago
Closed 17 years ago
#7395 closed (duplicate)
duplicate...
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
After pulling the latest version from SVN today
and changing the settings.py file in a new project to use sqlite3
i run syncdb
then it prompts me if i want to create a new admin user
but when i click yes it says:
Error: You must use --username and --email with --noinput.
Let me know if you want me to test anything for you.
some info:
ivan@master:~/CQIL/DjangoSite/cqil$ sqlite3 --version
3.5.9
ivan@master:~/CQIL/DjangoSite/cqil$ python -V
Python 2.5.2
ivan@master:~/CQIL/DjangoSite/cqil$ django-admin.py --version
0.97-pre-SVN-7596
Change History (2)
comment:1 by , 17 years ago
| Summary: | SVN version fails to create admin user → duplicate... |
|---|
Sorry about the new bug.
My report is a duplicate of 7394 which also provides a fix.
see:
http://code.djangoproject.com/ticket/7394