Skip to content

meedayyyyy/Proj_team_17_my_cms

 
 

Repository files navigation

Web-It - CMS

GitHub repo size Hex.pm GitHub last commit

Welcome to the repository of our Web-It web application.

Web-It is a web application that helps users create, customize, manage, and modify content on a website without the need for specialized technical knowledge. In simpler words, it is a content management system that helps you build a website without needing to write all the code from scratch (or even know how to code at all). This application is aimed at helping bloggers and companies with little or no knowledge on how to create a website, create their own websites, depending on the use case. It is built on top of the Django framework

Links to necessary docs for our first presentation

Introduction

This markdown file contains all technical documentation related to the setup, deployment, update, and customization of the Web-It web application.

Prerequisite

To install Web-It locally, you will need the following:

  • A computer running MacOS, Windows or Linux
  • Python or pip to manage packages
  • A supported version of Django
  • A clean empty directory on your machine

Setup and Installation

The web application can be installed locally on a computer. The following installation guides will guide you step-by-step to create a new project and get it started.

  • Create and activate a virtual environment
  • Install Django - pip install django
  • Create the project folder - django-admin startproject cmsproject
  • Move into the project folder and create the app - python manage.py startapp cmsapp
  • Install the app in the settings.py file that is in the main project directory

About

What I contributed to designing with my team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.8%
  • Python 42.9%
  • CSS 3.2%
  • HTML 1.1%