bastianhilton / meeovinotesalternate

Backend using Alternate-CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternate CMS

To get started with this project you will need the following on your system:

Project supports Windows, Linux, and Mac (tested on Windows)

Postgresql (supports Mysql, SQlite, Mongodb)

To change database, go to shop/settings.py file and update database section with database you want You will also need Git, Text Editor such as Visual Studio Code, and Python 3

git clone https://github.com/bastianhilton/Alternate-CMS.git

cd Alternate-CMS

pip install -r requirements.txt

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

Frontend is located at localhost:8000

Administration area (dashboard) is located at localhost:8000/admin/

About

Backend using Alternate-CMS


Languages

Language:JavaScript 73.1%Language:CSS 16.2%Language:SCSS 5.6%Language:Python 2.4%Language:HTML 2.3%Language:Less 0.3%Language:PHP 0.0%Language:Dockerfile 0.0%