lqez / ndc13

A simple web service for developer conferences built on Django / Flat UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ndc13

** This is not a official site or page of NDC **

A fan page for 'Nexon Developer Conference of 2013'.

Behind Story of this project

http://lqez.github.io/blog/making-a-fan-page-for-a-developer-conference.html

Built on

INSTALL

$ git clone https://github.com/lqez/ndc13.git
$ cd ndc13
$ mkvirtualenv ndc13
( ... or use your own virtual environment )
$ pip install -r requirements.txt
$ python manage.py syncdb
$ python manage.py runserver 

All done.

TODO

  • Reservation.
  • Room capacity limit.
  • Pagination of comments.
  • About / Contact page.

DEMO

Front Timetable Session list Session detail Speaker list Speaker detail Company list Company detail

Support phone screens

Menu in phone Timetable in phone Filter in phone

LICENSE

  • Source codes are distributed under MIT license.
  • Some images and fixtures are under NEXON KOREA company.

AUTHOR

Park Hyunwoo / @lqez

About

A simple web service for developer conferences built on Django / Flat UI

License:MIT License


Languages

Language:JavaScript 79.0%Language:Python 21.0%