The Django Skeleton! {% help_button 'landing/help/lorem_help.html' 'Welcome to the Django Skeleton' %}
Hi, I am Skully!
{% include 'core/badge/primary_outlined_badge.html' with badge_text='Introduction' %}
Welcome
To get started you need to duplicate my template in GitHub! In my codebase you will find there are two
main sections... Landing and Portal
{% include 'core/badge/secondary_outlined_badge.html' with badge_text='Getting Started' %}
Landing
The landing app is seperated from the portal for advanced customization. Inside of static -> landing -> css
you will find a landing-bootstrap-extension. Here you can override the core bootstrap extension module
variables and add custom classes that are specific for the landing page.
Feel free to pull all the tools you need from the core template, but do not alter these templates
for the landing page. If you need specific landing functionality, create new elements and directories
inside of the landing directory.
{% include 'core/badge/secondary_outlined_badge.html' with badge_text='Portal First' %}
Portal
Stratus is a data solutions company. Our main focus is ease of use for our users and displaying information
at a glance. For this reason, my core templates and functionality is portal first.
All tools outside landing application are built for portal functionality.
Built into Skully is a full functioning portal with Permissions, User Functionality, and History Tracking.
Navigate the navigation to learn more about this functionality.