Skip to content

bobtista/docker_django_polls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_django_polls

This is a simple django polls app, dockerized, and using circleCI.

To start it: docker-compose up

Navigate to localhost:8000/polls

To access the admin page and create new questions/choices, you need to create a superuser: docker-compose run web python /srv/django-polls/manage.py createsuperuser

Navigate to localhost:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published