Skip to content

Simple Django app featuring steps given in the Django Girls Tutorial

License

Notifications You must be signed in to change notification settings

shahajishinde/vcc_django_app

Repository files navigation

Blog using Django

Simple Django app featuring steps given in the Django Girls Tutorial

How to run using Docker

  • Build the image

    $ sudo docker build -t someone/django-blog .
  • Run using docker-compose

    $ sudo docker-compose up
  • Run on Swarm cluster

    • Initialise the cluster

      $ sudo docker swarm init
    • Deploy the stack

      $ sudo docker stack deploy --compose-file docker-stack.yml blog-service

Licensing

wait-for-it.sh is taken from vishnubob/wait-for-it - licensed under MIT License

This repository is licensed under GNU General Public License v3.0. See LICENSE for the full license text.

About

Simple Django app featuring steps given in the Django Girls Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •