dasdachs / bandaferdamana

A custom CMS for the imporv group Banda Ferdamana writen with Wagtail and Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banda ferdamana's home page

This is the site fro the Slovenian impov group Banda ferdamana. If you are in Maribor, come check them out.

Developers

This site uses Wagtail as a Django app, meaning the site is not built around Wagtail, but that Wagtail is just the CMS.

To run it localy follow these steps:

# Clone the repository
git clone https://github.com/dasdachs/bandaferdamana.git

# Install the dependencies using pipenv
# Make sure to have it installed
# https://docs.pipenv.org/
pipenv --three install

# Create the models in the local database
# Defaults to a sqlite database
python manage.py migrate
# Create a admin or superuser
python manage.py createsuperuser
# Run the app
python manage.py runserver

About

A custom CMS for the imporv group Banda Ferdamana writen with Wagtail and Django.

License:MIT License


Languages

Language:Python 58.5%Language:HTML 31.6%Language:CSS 5.7%Language:JavaScript 4.3%