Skip to content

HeadstartSiliconValley/headstart_beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Headstart_beta

Updated : 2016/08/12

├── README.md
├── home
│   ├── forms.py
│   ├── views.py
│   ├── urls.py
│   ├── migrations
│   ├── templates
│   │   ├── home
│   │   │   └── index.html
│   │   └── registration
│   │   └── register.html
│   ├── static
│   │   └── home
│   │   ├── LICENSE
│   │   ├── images
│   │   ├── less
│   │   ├── scss
│   │   ├── fonts
│   │   ├── css
│   │   │   ├── materialize.css
│   │   │   ├── materialize.min.css
│   │   │   ├── font-awesome.css
│   │   │   ├── font-awesome.min.css
│   │   │   └── style.css
│   │   └── js
│   │   ├── materialize.js
│   │   ├── materialize.min.js
│   │   └── init.js
│   ├── apps.py
│   ├── admin.py
│   ├── tests.py
│   ├── models.py
│   └── __init__.py
├── accounts
│   ├── models.py
│   ├── migrations
│   ├── apps.py
│   ├── admin.py
│   ├── views.py
│   ├── tests.py
│   └── __init__.py
├── manage.py
└── headstart
├── settings.py
├── urls.py
├── wsgi.py
└── __init__.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •