Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvictus/frizzle
https://github.com/nvictus/frizzle
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nvictus/frizzle
- Owner: nvictus
- Created: 2013-03-29T17:35:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-30T07:44:18.000Z (almost 12 years ago)
- Last Synced: 2024-10-03T12:17:46.947Z (3 months ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```