wcreis / coreui-django-boilerplate-v4

CoreUI v4 template to use in base template in Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coreui-django-boilerplate-v4 (2022)

CoreUI v4 template to use in base template in Django.

This is the CoreUI v4 template that can be used as a base template in Django.

  • Clone this repo
  • Create a Django project
  • Create a App Core
  • Copy this template on core/templates folder

This project was done with:

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Run the migrations.
git clone https://github.com/rg3915/coreui-django-boilerplate-v4.git
coreui-django-boilerplate-v4
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Este projeto foi feito com:

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/rg3915/coreui-django-boilerplate-v4.git
coreui-django-boilerplate-v4
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

About

CoreUI v4 template to use in base template in Django.


Languages

Language:HTML 77.8%Language:CSS 21.4%Language:Python 0.8%Language:Makefile 0.0%