/calendar

Primary LanguagePythonApache License 2.0Apache-2.0

PyLander

Open Source Calendar built with Python

Run on Windows:

virtualenv env
.\env\Scripts\activate.bat
pip install -r requirements.txt
# Copy configuration.py.example to configuration.py.
# Edit the variables' values.
uvicorn app.main:app --reload