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

https://github.com/pierre-24/amn-subscriber

Un truc quick and dirty pour stocker les inscriptions à l'infolettre
https://github.com/pierre-24/amn-subscriber

Last synced: 3 months ago
JSON representation

Un truc quick and dirty pour stocker les inscriptions à l'infolettre

Awesome Lists containing this project

README

        

# `amn-subscriber`

Un truc en *quick and dirty* pour stocker les inscriptions à l'infolettre.

```bash
# create virtualenv
python3 -m venv venv
source venv/bin/activate

# install dependencies
make install

# init
make init
```

N'oubliez pas de créer un `settings.py` pour ajuster les valeurs par défaut:

```python
SECRET_KEY = '****'
PASSWORD ='****'
```