Skip to content

CSIOM/piPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piPi

REQUIREMENTS

1.pgsql server
2.python2.7
3.python-pip
4.psycopg2
5.django 1.7
6.pytz
  1. Fork the repositery piPi and clone the forked repositery

    $ git clone 'link to your forked repository'

  2. Create a database for piPi.

  3. Edit settings.py file. Things to be edited are:

    NAME : <db_name> USER : <db_user> PASSWORD : <db_password>

  4. Goto the project directory and run the following commands.

    $ python manage.py syncdb $ python manage.py runserver

  5. Open 'localhost:8000' in your browser.

About

Project Management software for tracking project logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published