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

https://github.com/danasilver/secret-santa

A Flask app for Secret Santa.
https://github.com/danasilver/secret-santa

Last synced: about 14 hours ago
JSON representation

A Flask app for Secret Santa.

Awesome Lists containing this project

README

          

Start the server:

```sh
$ python manage.py runserver
```

Create a new migration:

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

Upgrade to the latest migration:

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