Skip to content
/ django Public

First Django project with help of official Django documentation

Notifications You must be signed in to change notification settings

AmoghAJ/django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Voting APP : Django Framework

First Django project for voting app with help of official Django documentation.

Reference Link: Click here

Usage:

  • build images from provided Dockerfile
    $ docker build -t voting-app-img .
    
  • Running container
    $ docker run -ti --name docker-voting-app -d -p 80:8000 voting-app-img
    

About

First Django project with help of official Django documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published