TheHotspot / hotspot

A full django app that demonstrates yelp-like location listings, search, and management

Home Page:http://thehotspot.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Hotspot Social Nightlife App
Coming soon to a city near you...

Django v1.6 Python v2.7
django-allauth
south

responsive mobile site

git:  
    gadd: git add $argv  
    apus: git push origin master --force  
    gpus: git push origin master  
    com: git commit -m "$argv"  
    acom: git commit -a -m "$argv; apus"  
    gs: git status  
    gl: git log  
  
bash:  
    t: tree -C --dirsontop $argv  
    l: ls -la $argv  
  
bash status loop:  
    while :; do clear; tree -C -t --dirsfirst; git status; python hotspot/manage.py validate| pygmentize -l python ; sleep 5; done  
  
django:  
    ./status.py: python status monitor with growl notifications on buildfail
    manage: python manage.py $argv  
    sdb: manage syncdb; manage migrate  
    runs: manage runserver  
    val: manage validate  
    startapp: django-admin.py startapp $argv  
  
modified fish_title  

About

A full django app that demonstrates yelp-like location listings, search, and management

http://thehotspot.github.io/


Languages

Language:HTML 44.2%Language:Python 28.7%Language:JavaScript 12.9%Language:CSS 12.7%Language:Makefile 1.4%Language:Shell 0.1%