Skip to content

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

Notifications You must be signed in to change notification settings

profuel/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