Welcome to djangoMediaArchive’s documentation!¶
djangoMediaArchive¶
Django app for recording media (DVD, CD, record) collections and their use.
Detailed documentation is in the “docs” directory.
Quick start¶
Add “djangoMediaArchive” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... ‘berhoel.django.media’, ]
Include the djangoMediaArchive URLconf in your project urls.py like this:
path(‘media/’, include(‘berhoel.django.media.urls’)),
Run
python manage.py migrate
to create the djangoMediaArchive models.Start the development server and visit http://127.0.0.1:8000/admin/ to create a inspect media data (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/media/ work with the media information.
API Documentation¶
Initialization for berhoel python namespace packages. |
|
Manage media consum. |
|
Django models for series application. |
|
Django admin for series. |
|
Forms for media django project. |
|
media URL Configuration The urlpatterns list routes URLs to views. |
|
Utilities for media. |
|
Views from media. |
|
Widgets for media. |
|
Django settings for media project. |
Contents: