Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.
/ ndc13 Public archive

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

License

Notifications You must be signed in to change notification settings

lqez/ndc13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published