Skip to content

A tool to connect services providers with families housing Central American children seeking refuge in the state of Maryland

Notifications You must be signed in to change notification settings

CodeForProgress/buscando

 
 

Repository files navigation

#Buscando Buscando is a Django app that matches volunteers and families of undocumented minors to organizations who have resources to help.

Development

  1. Clone this repo.

  2. Install django and other dependecies.

     pip install -r requirements.txt
    
  3. Start up the server.

     python manage.py runserver
    
  4. View the project at http://localhost:8000/app

Editing CSS

  1. Install Ruby (if needed) and Compass:

     http://compass-style.org/install/
    
  2. Make changes to /app/static/*.scss files

  3. Watch for changes to *.scss files

     compass watch app/static
    

Note: Don't modify /app/static/*.css

About

A tool to connect services providers with families housing Central American children seeking refuge in the state of Maryland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.9%
  • Python 33.7%
  • CSS 17.0%
  • JavaScript 1.9%
  • Ruby 0.5%