Skip to content

valbertovc/django_semantic_ui

Repository files navigation

django_semantic_ui

Django admin with semantic-ui templates

This project was created in order to customize the Django admin pages with style Semanti ui.

How do I get set up django_semantic_ui?

  1. download this repository
  2. rename the root directory with the name of your project
  3. keep the core application to use utils resources, javascript, css and templatetags
  4. remove the application polls (it was used only for testing)
  5. create a virtualenv and enable it
  6. Start developing your site

Dependencies

  1. Django 1.8
  2. Semantic-ui 2.1.4
  3. jquery.mask.js
  4. jquery.simple-dtpicker.js

Features developed to django_semantic_ui

Some features have been developed and adapted for use semantic-ui excellent resources in this django admin as error messages, paging, list of objects and filters. The topics below describe how each of these features has been adapted.

Who do I talk to?