Changeset View
Changeset View
Standalone View
Standalone View
static_assets/models/__init__.py
| # We need to import all our Models here to make sure Django detects them. | # We need to import all our Models here to make sure Django detects them. | ||||
| from static_assets.models.licenses import * | from static_assets.models.licenses import * | ||||
| from static_assets.models.storages import * | |||||
| from static_assets.models.static_assets import * | from static_assets.models.static_assets import * | ||||
| from static_assets.models.progress import * | from static_assets.models.progress import * | ||||