Skip to content

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

Notifications You must be signed in to change notification settings

TheHotspot/hotspot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0938f2 · Oct 14, 2015

History

73 Commits
Oct 14, 2015
Mar 2, 2014
Mar 2, 2014
Jan 23, 2014
Jan 15, 2014
Jan 19, 2014
Jan 23, 2014
Jan 22, 2014
Jan 21, 2014
Mar 2, 2014
Jan 23, 2014
Jan 13, 2014

Repository files navigation

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