Metadata-Version: 2.4
Name: katicas01
Version: 0.1.0
Summary: Starter template for a Django exam project
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: Django<6,>=5.2
Requires-Dist: psycopg[binary]>=3.3
Requires-Dist: Pillow>=12

# katicas

Starter package for quickly creating the `МирИгрушек` Django exam project.

## Usage

```powershell
python -m pip install katicas01
katicas .
python manage.py migrate sessions
python manage.py runserver 127.0.0.1:8000
```

If the target folder is not empty:

```powershell
katicas . --force
```
