Skip to content

75marsel/pythonph

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

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • SCSS 71.1%
  • HTML 16.6%
  • Python 8.0%
  • JavaScript 3.9%
  • Shell 0.2%
  • Dockerfile 0.1%
  • CSS 0.1%