Skip to content

veloce/parole2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starting guide

Prerequisites

Steps

Clone repo

$ git clone git@bitbucket.org:veloce/parole2-django.git parole2
$ cd parole2

Create and activate virtualenv

$ virtualenv venv --distribute
$ . venv/bin/activate

Install dependencies

$ pip install -r requirements.txt

Configure database

$ cp local_settings.py.txt local_settings.py # will use sqlite
$ python manage.py syncdb

Run web server

$ python manage.py runserver

Deploy on heroku

Install the heroku toolbelt

$ heroku login
$ git remote add heroku git@heroku.com:your-domain-name.git
$ git push heroku master

About

A simple publication system for a website made with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors