Skip to content

mskravec/makeopensource.org

 
 

Repository files navigation

MakeOpenSource.org

⚠️ Security Reminders

  1. In the root directory of the repo, run python3 generate_key.py to generate a random individual key.

  2. Set DEBUG = True in mos/settings.py

  3. (mac) Set a global .env file to prevent pushes with .DS_Store files

📁 Directory Structure

There are two applications (directories) currently

  • main: static pages and github api integration in the future
  • idealab: a hub for people to submit ideas

Two more will be added soon

  • newsletter: storing newsletter information for subscribers
  • join: storing member form submissions

Each application has a templates and static directory, for holding html templates and other static data (assets, css, etc). Templates can be called from between applications, and all general purpose templates will be stored in main/templates.

For a thorough understanding of Django, I highly recommend going through the Mozilla Django tutorial to get a better idea of the directory structure.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.0%
  • JavaScript 39.1%
  • Python 15.3%
  • HTML 5.5%
  • Dockerfile 0.1%