Skip to content

zuri-training/Team_14_CMS

Repository files navigation

Content Management System (CMS_Team_14)

Steps

Aim

This project is expected to allow users to create or spin up a basic website.

Google Docs Link Including Meetings Information etc.

Documentation

db schema:

Database Schema

figma design:

design

How To Run

To run locally on your machine, you can use the following command:

Clone the repository

git clone https://github.com/zuri-training/Team_14_CMS.git

Move to the project folder

cd CMS_proj_14

Create a Virtual environment

Virtualenv env

Activate the Virtual environment

env/Scripts/activate

Install Dependencies

pip install -r requirements.txt

Migrate Datebase

python manage.py migrate

Create Superuser

python manage.py createsuperuser

Finally, run server

python manage.py runserver

Feature Requested By Zuri

  1. User: Unauthenticated
    • Visit the platform to view basic information about it
    • View and Interact with the documentation
    • Register to setup a new website
    • Setup website by filling out some information
    • Browse through available templates
  2. User: Authenticated
    • Full access to the platform
    • Access to backend of created website
    • Ability to create more pages
    • Ability to change template
    • Unique address
    • Ability to add social media links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published