-
Notifications
You must be signed in to change notification settings - Fork 3
Python Media
Siqi Tian edited this page Feb 5, 2017
·
1 revision
Contains front-end public files.
Admin related HTML files, as well as images (because of relative path used by Django admin and django-filemanager apps).
File | Description |
---|---|
base.html |
Admin site HTML frame template. |
img/ |
Admin site SVG and django-filemanager icons. |
js/ |
Admin site JS scripts. |
CSS styling spreadsheet files.
File | Description |
---|---|
DasStyles.css |
For public site, controls height for each page. |
theme.css , palette.css
|
For internal site; general and color schemes. |
clock.css |
For animated clock on /group/. |
bootstrap.min.css , fullcalendar.min.css , _suit.css , _filemanager.css
|
Vendor files. fullcalendar.min.css is modified and truncated. |
min/ |
Folder of minified CSS files, for production only. |
Contains Glyphicons, and local copy of fonts used by public and group sites: Raleway and Lato.
HTML tempaltes.
File | Description |
---|---|
_internal.html , _external.html
|
Group and public sites frame templates. |
_login.html |
Login page. Not used in production due to WebAuth. |
admin_*.html |
Admin console pages. |
error_*.html |
Custom HTTP error pages. |
group_*.html |
Group site pages. |
public_*.html |
Public site pages. |
Image files. Public site images and group icons are consolidated into sprite images for fewer requests.
Contains Javascript files. See here for details.
Deprecated files, e.g. Flash objects.
New Admin Setup
Admin Responsibility
Server Environment
Overview
Linux
Python