Files
django-ram/sample_data/README.md
2025-02-04 22:33:52 +01:00

18 lines
518 B
Markdown

# Load sample data
```bash
$ python manage.py loaddata ../sample_data/metadata.json
$ cp -R ../sample_data/images/ <storage_folder>
```
# Disclaimer
Logos, names and design concepts are property of each respective owner.
This is a hobby project and it is not affiliated with any of the companies
or manufacturers mentioned in this project.
## Add the disclaimer to your site
You can add the disclaimer to your site by adding it to the `Disclaimer` area
in the `Site Configuration` section of the admin interface.