🚀 Quick Start Guide
Step 1: Install Python dependencies
pip3 install -r requirements.txt
Step 2: Run database migrations
python3 manage.py migrate
Step 3: Create a superuser (admin)
python3 manage.py createsuperuser
Step 4: Collect static files
python3 manage.py collectstatic --noinput
Step 5: Start the Django development server
python3 manage.py runserver 0.0.0.0:8000
Step 6: Access the application
http://django-ai-video-generator-d42becc8-2166.app.omni-coder.com:8000