Skip to content

e0ne/showdown_wblog

 
 

Repository files navigation

showdown_wblog

Python Web Frameworks Showdown, Dnipropetrovsk, Ukraine, February 23, Ukraine

Installing

  • Create and activate new virtual environment $ virtualvenv .venv && . .venv/bin/activate
  • Intall dependencies $ pip install -r requirements/requirements-dev.txt
  • Create database $ python manage.py syncdb
  • Run application $ python manage.py runserver
  • Enjoy!

About

Python Web Frameworks Showdown, Dnipropetrovsk, Ukraine, February 23, Ukraine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.0%
  • Python 25.0%