An open API service indexing awesome lists of open source software.

https://github.com/simonv3/django-gulp-mithril-starter

When you're putting something together for the second time, you should probably save it for the future.
https://github.com/simonv3/django-gulp-mithril-starter

Last synced: 18 days ago
JSON representation

When you're putting something together for the second time, you should probably save it for the future.

Awesome Lists containing this project

README

          

# django-gulp-mithril-starter
When you're putting something together for the second time, you should probably save it for the future.

This is a starter pack for Django (1.7), Mithril.js, gulp, Django Rest Framework, and Django-allauth.

```
python manage.py migrate
```

```
python manage.py runserver
```

If you're working on the front-end, do, work from staticfiles

```
cd staticfiles
gulp watch
```