项目作者: app-generator

项目描述 :
CookieCutter Template - Django Dashboard | AppSeed
高级语言: Python
项目地址: git://github.com/app-generator/cookiecutter-django.git
创建时间: 2021-08-30T06:49:10Z
项目社区:https://github.com/app-generator/cookiecutter-django

开源协议:Other

下载


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


Django Cookie-Cutter - Open-source generator provided by AppSeed.


Project Customization:


Links


How to use it


Using cookiecutter tool

Step #1 - Create a virtual environment

  1. $ # Virtualenv modules installation (Unix based systems)
  2. $ virtualenv env
  3. $ source env/bin/activate
  4. $
  5. $ # Virtualenv modules installation (Windows based systems)
  6. $ # virtualenv env
  7. $ # .\env\Scripts\activate


Step #2 - Install Depenedencies

  1. $ # Install modules - SQLite Storage
  2. $ pip3 install -r requirements.txt


Step #3 - Generate the project

  1. $ cookiecutter https://github.com/app-generator/cookiecutter-django.git


Using appseed-shell package

Step #1 - Install Dependencies

  1. $ pip3 install cookiecutter
  2. $ pip3 install GitPython
  3. $ pip3 install appseed-shell


Step #2 - Launch the Python shell and generate the product

  1. $ python
  2. >>> from appseed_shell import generate_django
  3. >>> generate_django()


For more resources and support please access:



Django Cookie-Cutter - Provided by AppSeed App Generator.