Welcome to Reportify, your AI-powered solution for generating comprehensive event reports.
-
create a .env file inside the cloned repo
-
add
ENVIRONMENT=development SECRET_KEY="<Django_Secret_Key>" DATABASE_URL="<Your_Database_Url>" # only if you have one or run locally using sqlite3
-
initialize python virtual environment
python3 -m venv .venv source .venv/bin/activate -
install requirements
pip install -r requirements.txt
if made any changes run
python manage.py tailwind build
python manage.py collectstaticto view app in your local network
python manage.py runserver then visit http://127.0.0.1:8000/