Skip to content

bkawan/pms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ git clone https://github.com/bkawan/pms.git

$ cd pms

$ virtualenv -p python3 venv

$ source venv/bin/activate

If you are on production
`$ pip install -r requirements/dev.txt`
If you are on production
`$ pip install -r requirements/prod.txt`

$ python manage.py migrate

Create a test user and company
`$ python manage.py init`

$ python manage.py runserver

Go to browser and http:https://localhost:8000/

To login Go to http:https://localhost:8000/admin/login/

username: testuser

password: password