Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

django-startproject allows bad module names to be created #25

Open
rightonbro opened this issue Sep 29, 2011 · 0 comments
Open

django-startproject allows bad module names to be created #25

rightonbro opened this issue Sep 29, 2011 · 0 comments

Comments

@rightonbro
Copy link

I ran

django-startproject.py premium-support

and filled out the information as follows:

Project name [PROJECT]: premium-support
Project author [Lincoln Loop]: Michael
Development server [dev.lincolnloop.com]: [redacted]
Repository location [cambridge.lincolnloop.com]: [redacted]

After that, I ran

pip install -r requirements.pip

and then

pip install -e .

This went okay.

Finally, I ran

manage.py syncdb

and it bombed out with invalid syntax:

http://dpaste.de/tzy8Y/

Chris asked me to file an issue for this:

[9/29/11 4:30:05 PM] Chris: can't use dashes for your module name
[9/29/11 4:30:12 PM] Chris: it should probably protect against you trying to
[9/29/11 4:30:39 PM] Chris: add an issue in github for that

So....here it is.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant