Skip to content

aska945/MicroSite

 
 

Repository files navigation

MicroSite

Full featured and completely customizable django site for organizations.

image

Documentation Status

image

Code Health

head to http://microsite.readthedocs.org/ for latest documentation

This project contains the following modules.
  • Static Pages.
  • Configurable Menu.
  • Blog.
  • Employee daily reports.
  • Internal knowledge base.

After installing/cloning this, add the following settings in the virtual env/bin/activate file:

# SendGrid details
SGUSER="Your Sendgrid Username"
SGPWD="Your Sendgrid password"

# Raven Settings(Sentry)
SENTRYDSN="Your site DSN"

GOOGLE_ANALYTICS_CODE = "Your site DSN"

export SGUSER
export SGPWD
export SENTRYDSN
export GOOGLE_ANALYTICS_CODE

About

Full featured and completely customizable django site for organizations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.5%
  • HTML 26.9%
  • Python 24.1%
  • JavaScript 6.5%