-
Notifications
You must be signed in to change notification settings - Fork 1
Python Media
Siqi Tian edited this page Feb 5, 2017
·
4 revisions
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 |
|---|---|
admin.css |
For admin site. |
theme.css, palette.css, code.css
|
For public site; general and color schemes. |
bootstrap.min.css, _suit.css, _filemanager.css
|
Vendor files. |
min/ |
Folder of minified CSS files, for production only. |
Contains Glyphicons, and local copy of fonts used by public and group sites: Helvetica.
HTML tempaltes.
| File | Description |
|---|---|
_public.html |
Public site frame template. |
user_login.html |
Login page. |
admin_*.html |
Admin console pages. |
error_*.html |
Custom HTTP error pages. |
public_*.html |
Public site pages. |
Image files. Public site images and group icons are consolidated into sprite images for fewer requests.
| File | Description |
|---|---|
doc/ |
Images used for tutorial and protocol pages. 96-well plate images are now rendered dynamically by d3.js using the JSON files. |
old/ |
Previously used logos. |
Contains Javascript files. See here for details.
New Admin Setup
Admin Responsibility
Server Environment
Overview
Linux
Python