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
- Host: GitHub
- URL: https://github.com/pierre-24/amn-subscriber
- Owner: pierre-24
- Created: 2024-08-03T11:09:10.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-03T12:33:47.000Z (10 months ago)
- Last Synced: 2025-01-07T20:11:47.468Z (5 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ='****'
```