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-fledgedtool that allows:
- Edit the
Extended Userfields Edit Models(add/remoev/edit fields)GenerateAPIs- Control Deployment
- Docker, CI/CD,
LIVE Deployon Render
Project Customization:
- Project information:
name,author,email - Database Engine:
SQLite,MySqlorPostgreSql - 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.
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.txtStep #3 - Generate the project
$ cookiecutter https://github.com/app-generator/cookiecutter-django.gitStep #1 - Install Dependencies
$ pip3 install cookiecutter
$ pip3 install GitPython
$ pip3 install appseed-shellStep #2 - Launch the Python shell and generate the product
$ python
>>> from appseed_shell import generate_django
>>> generate_django()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.
