Folders and files
Latest commitHistory | ||||
Repository files navigation
Tiny, but mighty social network. Create an account at subreply.com.
pip install -r requirements.txt
Generate SIGNATURE for project/local.py:
from cryptography.fernet import Fernet
SIGNATURE = Fernet.generate_key()
The target is 50ms or lower for each page request.
- clean code only
- easy to read, easy to modify