django-generate-scaffold
django-generate-scaffold copied to clipboard
Generate a Django model, views, URLconf, and templates using a single command.
Bumps [django](https://github.com/django/django) from 1.4.1 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
When installing the latest dev build (or the master branch), I get the following error: Running setup.py install for django-generate-scaffold File "/Users/Danny/Projects/InterviewProject/dj15_env/lib/python3.4/site-packages/generate_scaffold/management/commands/generatescaffold.py", line 186 exec code in globals() ^ SyntaxError:...
Should fix the issues with Django 1.6 Haven't managed to run your test suite (i'm missing some django-selenium linking package) but did a manual test with Django 1.6.5 using your...
Test using multiple environments in order to prevent issues like #22. See: http://alexgaynor.net/2010/dec/17/getting-most-out-tox/
Steps to recreate: 1. Generate a scaffold where one of the model fields is a file type. Eg: ``` bash ../venv/bin/python manage.py generatescaffold foo Foo name:char description:text screenshot:file ``` 1....
`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...
Version numbers are sort of meaningless right now. See: http://semver.org/