An easy-to-learn, lightweight, easy-to-deploy, download web page based on Django.

Click here to check the web video
This project uses python git. Go check them out if you don't have them locally installed.
git clone https://github.com/weiensong/catfish.gitCreate virtual environment installation dependencies
python -m venv .venv &&
source ./venv/bin/activate &&
pip install -r requirements.txtpython manage.py runserverpython manage.py createsuperuserDjango uses a migration system to keep the database schema in sync with your models models.py.
- Create migration files based on model changes:
python manage.py makemigrations- Apply migrations to update the database schema:
python manage.py migrateFeel free to dive in! Open an issue or submit PRs.
Standard Python follows the Python PEP-8 Code of Conduct.
This project exists thanks to all the people who contribute.
GNU General Public License v3.0 © weiensong