Skip to content

Osmose/rna

 
 

Repository files navigation

RNA

Release Notes API

Build Status Coverage Status

Using the development environment

Install requirements

pip install -r requirements/dev.txt

Setup db

make syncdb_migrate

Start server

make serve

Using the Python shell

make shell

Running tests

make test

Creating South schema migrations

make schema
make migrate

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%