django-generate-scaffold
django-generate-scaffold copied to clipboard
Generate a Django model, views, URLconf, and templates using a single command.
Results
12
django-generate-scaffold issues
Sort by
recently updated
recently updated
newest added
When I display single item in archive index, I get a RuntimeWarning: DateTimeField received a naive datetime (2009-11-30 00:00:00) while time zone support is active. Because of that, the datetime...
bug
Rails' generate command generates: - Unit tests for models - Functional tests for controllers and views (templates) - Fixtures to seed DB with valid models Having these examples around makes...
enhancement