• Stars
    star
    4
  • Rank 3,297,788 (Top 66 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Make Django App Quickly

makedjango - Make Django Project Quickly

Django project template for a quick prototyping.

Installation

$ django-admin startproject \
  --template=https://github.com/amureki/makedjango/archive/main.zip \
  --extension=py,md \
  project_name
$ cd project_name
$ pip install poetry
$ poetry install --no-root