Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

STUDITEMPS/django-poll-git-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-poll-app

The solution to https://docs.djangoproject.com/en/dev/intro/tutorial01/

Getting Started

We have changed something in this feature: 5432

this is fancy feature 543

this is update for feature 543

oh yes this is release now

  • bumping version number to files

neu version

Initial Setup

  1. Make a new virtualenv: virtualenv env
  2. Activate the virtualenv: source env/bin/activate
  3. Install Django: pip install Django
  4. Edit mysite/settings.py:36 to match your timezone
  5. Run the server: python manage.py runserver
  6. Open website in browser at http://localhost:8000/polls or admin at http://localhost:8000/admin (admin:admin)

After initial setup

  1. Activate the virtualenv: source env/bin/activate
  2. Run the server: python manage.py runserver
  3. Open website in browser at http://localhost:8000/polls or admin at http://localhost:8000/admin (admin:admin)

Really?