-
Notifications
You must be signed in to change notification settings - Fork 0
License
vincent-olivert-riera/frontenis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Debug mode: - Set `DEBUG = True` in `frontenis/settings.py` - Run Vite app: `npm run dev` - Run Django: `python manage.py runserver` Production mode: - Set `DEBUG = False` in `frontenis/settings.py` - Build Vite app: `npm run build` - Collect static files: `python manage.py collectstatic` - Run Django: `python manage.py runserver`
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published