Pluggable advertisement and promotion managing application
Quick start
Add “addle” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'addle', ]Ensure that you have django.contrib.auth added as an application as well.
Include the addle URLconf in your project urls.py like this:
url(r'^addle/', include('addle.urls')),Run python manage.py migrate to create the addle models.
Start the development server.
Visit http://127.0.0.1:8000/addle/ to see the app.
Notes for the pluggable application
The standalone application is basically ready to use as one would normally run a Django app, but the pluggable application has a few more things to note.
Addle hooks into the Django permissions system. (…)
Addle is designed, loosely, for a site using Bootstrap, so elements are classed as such, but this is designed to not be a hard requirement. To that end, some styles are defined within the templates.
Further information
- Source, issues, and further information:
- Author
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-addle-0.0.1.tar.gz.
File metadata
- Download URL: django-addle-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaa1389c5d6c02567a836553fbecde6be7de11a782b42a505e11d4ad55208522
|
|
| MD5 |
737f2bf869ed117ee0758144360e915c
|
|
| BLAKE2b-256 |
7c32ff4687b662ecd39934d677819a4379ae220de906fbc6824eb4f22ff889e8
|