Skip to main content

A reusable Django template.

Project description

DJANGO BASE PROJECT

Steps to start a Django Project

  • Activate Virtual Enviornment
  • pip install poetry
  • poetry install ( to install all pre-installed python modules like django, django restframework etc )
  • Generate fernet key using general.encryptions.generate_key method and add generated key to secret.key file
  • Run --> poetry run python .\manage.py makemigrations (to generate migrations)
  • Run --> poetry run python .\manage.py migrate (to migrate)
  • Run --> poetry run python .\manage.py runserver (to run development server)
  • Run --> poetry add ( to install python module )
  • Run --> poetry remove ( to uninstall python module )
  • You can customize this project as you need

Refer https://rogue-tea-117.notion.site/BACKEND-RESPONSES-648fbd62d74149ffb69dc5329a00cc2b for response data format

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

my_django_template-0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

my_django_template-0.1-py3-none-any.whl (1.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page