Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django.utils.timezone import error on Django 1.3. #22

Open
modocache opened this issue Oct 4, 2012 · 1 comment
Open

django.utils.timezone import error on Django 1.3. #22

modocache opened this issue Oct 4, 2012 · 1 comment
Labels
Milestone

Comments

@modocache
Copy link
Owner

django.utils.timezone is only available on Django 1.4+, but the package metadata specifies Django 1.3+ as a dependency. As a result, attempting to use generate_scaffold/templates/generate_scaffold/models/models.txt will raise an error when using Django 1.3.

Either the package metadata should be changed to support only 1.4+, or a change to the template needs to be made.

@jseutter
Copy link

I just encountered this error when trying to create a scaffold for the first time.

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

No branches or pull requests

2 participants