Skip to content

ruflin/opbeans-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opbeans for Ponies

This is an implementation of the Opbeans Demo app in Django. It uses the same database schema as the Node 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 runserver

There's an admin user, barista/affogato.

About

Opbeans for Ponies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published