Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

folz/Eventually

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eventually Django Project

Prerequisites

  • python >= 2.5
  • pip
  • virtualenv

Installation

Creating the environment

Create a virtual python environment for the project. If you're not using virtualenv you may skip this step.

For virtualenv

virtualenv venv --distribute
source venv/bin/activate

Clone the code

Obtain the url to your git repository.

git clone git@github.com:folz/Eventually.git eventually

Install requirements

cd eventually
pip install -r requirements.txt

Configure project

cp eventually/__local_settings.py eventually/local_settings.py
vi eventually/local_settings.py

Sync database

python manage.py syncdb

Running

python manage.py runserver

Open browser to http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published