Skip to content

evndean/a-complete-beginners-guide-to-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Complete Beginner's Guide to Django

Working through the Django tutorial A Complete Beginner's Guide to Django. I also used the guides Get started with Docker Compose and Quickstart: Compose and Django to set up a Docker container for doing development work.

Docker commands

  • docker-compose up -d to start the services running in the background.
  • docker-compose stop to stop the services.
  • docker-compose down --volues to remove containers, including the data volume used by the Redis container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages