Django Generator DEPRECATED
Django Cookie-Cutter is an open-source cookiecutter
template built on top of a simple Django codebase with a modern design. For newcomers, Cookiecutter is a command-line utility that creates projects from project templates and Django is a leading web framework built by experts using a batteries-included concept.
NOTE: This project is DEPRECATED by Rocket Generator, a
fully-fledged
tool that allows:
- Edit the
Extended User
fields Edit Models
(add/remoev/edit fields)Generate
APIs- Control Deployment
- Docker, CI/CD,
LIVE Deploy
on Render
Project Customization:
- Project information:
name
,author
,email
- Database Engine:
SQLite
,MySql
orPostgreSql
- UI Themes:
- LIVE Preview: Volt Bootstrap
- LIVE Preview: Soft UI
- LIVE Preview: Datta Able
- LIVE Preview: Material Dashboard
- LIVE Preview: Star Admin 2
Links
- Django Dashboards - index provided by AppSeed
- Open-Source Dashboards - crafted in Flask, Django, React
- Support via Github (issues tracker) and Discord.
How to use it
cookiecutter
tool
Using Step #1 - Create a virtual environment
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv env
$ # .\env\Scripts\activate
Step #2 - Install Depenedencies
$ # Install modules - SQLite Storage
$ pip3 install -r requirements.txt
Step #3 - Generate the project
$ cookiecutter https://github.com/app-generator/cookiecutter-django.git
appseed-shell
package
Using Step #1 - Install Dependencies
$ pip3 install cookiecutter
$ pip3 install GitPython
$ pip3 install appseed-shell
Step #2 - Launch the Python shell and generate the product
$ python
>>> from appseed_shell import generate_django
>>> generate_django()
Credits & Links
For more resources and support please access:
- AppSeed - For more starters and support
- AppSeed Shell - source code (MIT License)
Django Cookie-Cutter - Provided by AppSeed App Generator.