Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 689 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 689 Bytes

Online CMS for eGG Network

To streamline the content management for eGG network, http://egg.network/ , and create jobs for non technical employees. This is done by connecting the frontend (React.js) and backend (Django) with API calls through Wagtail's API and DRF(for custom endpoints).

Getting Started

Clone the repository.

Installing

Create a new virtual environment and activate it.

Install dependencies:

pip install -r requirements.txt

Install MySQL.

Run development server:

python manage.py runserver

Built With

  • [Python 2.7] - Web Language
  • [Django 1.11] - Web Framework
  • [MYSql] - Database
  • [Wagtail 1.11] - Open Source CMS by Torchbox