Skip to content
/ golib Public

It's a side dish,.... Just for Fun,.. (Crowdsourcing Library)

Notifications You must be signed in to change notification settings

9gix/golib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booku Django Project

Prerequisites

  • python >= 2.5
  • pip
  • virtualenv/wrapper (optional)

Installation

Creating the environment

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

For virtualenvwrapper

mkvirtualenv --no-site-packages golib-env

For virtualenv

virtualenv --no-site-packages golib-env
cd golib-env
source bin/activate

Clone the code

Obtain the url to your git repository.

git clone <URL_TO_GIT_RESPOSITORY> golib

Install requirements

cd golib
pip install -r requirements.txt

Configure project

cp golib/__local_settings.py golib/local_settings.py
vi golib/local_settings.py

Sync database

python manage.py syncdb

Running

python manage.py runserver

Open browser to http://127.0.0.1:8000

About

It's a side dish,.... Just for Fun,.. (Crowdsourcing Library)

Resources

Stars

Watchers

Forks

Packages

No packages published