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

https://github.com/danasilver/middcrushes

We found love in a hopeless place.
https://github.com/danasilver/middcrushes

Last synced: over 1 year ago
JSON representation

We found love in a hopeless place.

Awesome Lists containing this project

README

          

# MiddCrushes

## Development

Setup a virtualenv (assumes you have virtualenv and virtualenvwrapper installed):

```sh
$ mkvirtualenv --python /usr/local/bin/python3
```

```sh
pip install -r requirements/dev.txt
```

## Development Database

A PostgreSQL database. On OS X install [Postgres.app](http://postgresapp.com/).

Create a database for development:

```sh
$ createdb middcrushes
```

Run the migrations:

```sh
$ python manage.py migrate
```

## Heroku

Use Heroku Buildpack Multi

```sh
heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
```