kamyar / website

Python İstanbul web sitesi

Home Page:http://pyistanbul.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Istanbul Website

Build Status

Installation

$ git clone https://github.com/pyistanbul/website.git
$ cd website/
$ virtualenv venv
$ . venv/bin/activate
$ pip install -r conf/requirements.txt
$ cp pyist/settings_local.py.dist pyist/settings_local.py
$ python manage.py migrate
$ python manage.py runserver
$ firefox http://127.0.0.1:8000/

To run all unit tests:

$ python manage.py test -v2

License

Copyright © 2013 Python Istanbul

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the LICENSE file for more details.

About

Python İstanbul web sitesi

http://pyistanbul.org/

License:Do What The F*ck You Want To Public License


Languages

Language:Python 55.7%Language:HTML 23.5%Language:CSS 18.8%Language:Nginx 1.2%Language:JavaScript 0.8%