I want to create website with Django, that will store all popular Heroes III templates. I want to create 2 modules:
- Built-in templates patches
- Original templates
This module will store all patches of built-in templates. Each template will have:
- description,
- basic meta guide,
- main version.
This module will store all popular original templates. Each template will have:
- description,
- basic meta guide,
- latest version,
- historical versions.
I want also to make auth system, so users can add their own templates.
- Clone the repository
git clone https://github.com/Kubaryt/H3templatesWebsiteDjango
- Install python-poetry and project packages with:
poetry install
- Install pre-commit and add pre-commit hooks with:
pre-commit install
- For now we use sqlite3, so its just:
python manage.py runserver