Skip to content

curious725/django_official_tutorial

Repository files navigation

django_official_tutorial

With vagrant file you will have Ubuntu 14.04 with preinstalled:

  • Python
  • MySQL

Requirements

Installation

Development Workflow

  • git clone this repository:
# Clone with HTTPS
$ git clone https://github.com/curious725/django_official_tutorial.git
# Clone with SSH
$ git clone git@github.com:curious725/django_official_tutorial.git
  • To start development run
 $ vagrant up dev
 $ vagrant ssh dev
 $ cd /vagrant
 $ source venv/bin/activate
 $ cd /polls/
 $ python manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published