Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.06 KB

Installation

Pre-requisites

These can be installed like so:

sudo easy_install django django-pagination south pyparsing beautifulsoup

Getting the code

cd /path/to/parent/
git clone git://github.com/justjkk/visaineri.git
cd visaineri
git submodules update --init

Setting up

cd /path/to/visaineri/
cp localsettings.py.sample localsettings.py
  • Edit localsettings.py with database and debug information
  • python manage.py validate should return 0 errors
  • python manage.py syncdb --migrate

Testing the Site

  • python manage.py runserver
  • Point your browser here.
  • Test the site's functionality.
  • Log into admin page and explore the admin interface.