https://github.com/ruflin/opbeans-python
Opbeans for Ponies
https://github.com/ruflin/opbeans-python
Last synced: about 1 month ago
JSON representation
Opbeans for Ponies
- Host: GitHub
- URL: https://github.com/ruflin/opbeans-python
- Owner: ruflin
- License: mit
- Created: 2017-07-12T19:26:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T19:38:42.000Z (about 8 years ago)
- Last Synced: 2025-06-19T07:03:44.828Z (4 months ago)
- Language: Python
- Size: 7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Opbeans for Ponies
This is an implementation of the [Opbeans Demo app](http://opbeans.com) in Django. It uses the same
database schema as the [Node](https://github.com/opbeat/opbeans) version.The database settings are provided via environment variable, like so:
DATABASE_URL=postgres://user:password@host:port/dbname ./manage.py runserver
## Demo Data
There's a compressed SQLite database in the `demo` directory. You can run it like this:
bunzip2 -k demo/db.sql.bz2
./manage.py collectstatic
DATABASE_URL=sqlite://./demo/db.sql ./manage.py runserverThere's an admin user, `barista`/`affogato`.