Skip to content

This repository contains essential fundamentals for a Django developer. If you want to learn more about Python, Django and DevOps, check out my website: https://iadevlab.com

License

Notifications You must be signed in to change notification settings

luisgs7/todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-step-by-step

To initialize the project, run the commands below:

Create the virtual environment

python3 -m venv venv

Create an .env file from .env.example

SECRET_KEY="secret_key"
DEBUG=True
ALLOWED_HOSTS= ["*", "127.0.0.1"]

install the dependencies

pip install -r requirements.txt

Initialize the development Django server

python manage.py runserver

About

This repository contains essential fundamentals for a Django developer. If you want to learn more about Python, Django and DevOps, check out my website: https://iadevlab.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published