Skip to content

rg3915/coreui-django-boilerplate-v4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages