pip install -r requirements.txt
python manage.py makemigrations
python manage.py makemigrations example
python manage.py migrate
# populates Country and City models with data from worldcities.csv
# look at example/management/commands/load_data_from_csv.py to change it
python manage.py load_data_from_csvbanDeveloper/django-htmx-autocomplete
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
