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
- Host: GitHub
- URL: https://github.com/mause/pyalp
- Owner: Mause
- License: mit
- Created: 2013-12-24T14:00:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T00:24:06.000Z (over 3 years ago)
- Last Synced: 2025-06-10T19:17:56.630Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 907 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.