We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Django app for scheduling events with a monthly view
Installing and running
pip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserver
Head over tohttp:localhost:8000/admin and sign in with your admin credential (defined above).