Skip to content
 
 

Repository files navigation

PythonPH

Development Setup

export DEBUG=True
export SECRET_KEY=secret
export POSTGRES_USER=pythonph
export POSTGRES_PASSWORD=password

PostgreSQL

createuser -P pythonph
# You will be prompted to enter a password
# Enter what you set in POSTGRES_PASSWORD
createdb -O pythonph pythonph

Virtualenv

mkvirtualenv pythonph
pip install -r requirements.txt

Django

python manage.py migrate
python manage.py runserver

About

META

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages