redcraft-org / redcraft_website

Django apps and APIs for RedCraft.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redcraft Website

Django (Python) website for RedCraft

Setup the project

First, creates the .env file with the help of .env.example.

Create your folder cache.

Create a DB redcraft in your mysql server.

Create your virtual env: python3 -m venv env And start your venv: Window: "env/Scripts/activate" Linux: source env/bin/activate

Install requirements: pip install -r requirements.txt

Make migration: python manage.py makmigrations Migrate DB: python manage.py migrate

Compile sass: python manage.py sass website/static/website/scss/ website/static/website/css/

Start server: python manage.py runserver

About

Django apps and APIs for RedCraft.org


Languages

Language:Python 63.9%Language:HTML 23.8%Language:SCSS 11.9%Language:Shell 0.4%