Django-based Presentation Layer, focused on present contents extracted from CMSs
Project description
django-player (Django Presentation Layer) is a presentation framework to develop websites, setting focus on UI layer. It’s not a CMS, you only present data extracted from other CMS’s, but controlling the layout and how present the information to the user.
Installing
Install package from pypi:
$ easy_install django-player
Create a new website project:
$ create-website.py mywebsite
This create a mywebsite directory in your working directory, which is a usual Django project.
You have to define the DATABASES settings in the project settings.py file.
Create data models:
$ python manage.py syncdb --migrate
Run development server:
$ python manage.py runserver
And finally, open the browser and go to http://localhost:8000/
Usage
(( to complete ))
0.1.0-alpha
Initial version
Project details
Release history Release notifications | RSS feed
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-player-0.1.0-beta2.tar.gz
.
File metadata
- Download URL: django-player-0.1.0-beta2.tar.gz
- Upload date:
- Size: 367.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 276a3ea1b071fe8e17ead10dfe6bd4faa4e223c124d95cfe68749b632053a2bf |
|
MD5 | 5cf8c251622bbbf0dff84de15f63b7dc |
|
BLAKE2b-256 | 0758cf2387ee0311611dd7db796cde5637a8afe06b839b4f45db1431b9179353 |