Skip to content

Psramos/docker_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djando skeleton app

Requirements

  • Docker
  • Git

Installation

Run this command to bring up the environment

> make build

Webserver

By default, building the container will do the following

python3 manage.py runserver 0.0.0.0:8000

But in case the webserver is down, or you want to run it again by yourself, just run the command.

Components

  • Check Database to learn about migrations.
  • In Api you will see some examples about the most basic api.

About

Basic docker file with django skeleton to start working with the framework asap

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors