Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

redcraft-org/redcraft_website

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •