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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file my_django_template-0.1.tar.gz.
File metadata
- Download URL: my_django_template-0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ea7de304e09d32fa6653a65b82d8bea94e31249004c6fdcea28841d57dd568e
|
|
| MD5 |
662583e76ef0df628017cec874f298db
|
|
| BLAKE2b-256 |
8565c9af0082d00d20e62e5388815d0bfa972d7df84a0e493b4e670d3409aa98
|
File details
Details for the file my_django_template-0.1-py3-none-any.whl.
File metadata
- Download URL: my_django_template-0.1-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c0bd71a3bd248cdd276f58a445d919511612b10816d3f82cf3515e1472966c0
|
|
| MD5 |
b39a0eb4629c1b6329d6ffbfaaa4f6e6
|
|
| BLAKE2b-256 |
9ebf01a8cbe63b1f011b0a59d3d9e05ede5bf81fce54e1b5e127ec4f96051e2f
|