Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nvictus/frizzle


https://github.com/nvictus/frizzle

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

frizzle
=======

Seatbelts, everyone!

### To start
```python
python manage.py syncdb
python manage.py runserver
```

### Run unit tests on polls app
```python
python manage.py test polls
```