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

https://github.com/mause/pyalp

A foolish attempt at a reimplementation of ALP in python
https://github.com/mause/pyalp

Last synced: about 1 year ago
JSON representation

A foolish attempt at a reimplementation of ALP in python

Awesome Lists containing this project

README

          

pyalp
=====

To load fixture data;

```sh
$ manage.py syncdb
$ manage.py migrate
$ manage.py loaddata fixtures/dev_fixtures.yaml
```

The included Vagrantfile is the one used to construct the dev environment I use.