Skip to content

rg3915/coreui-django-boilerplate-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coreui-django-boilerplate-v2 (2020)

This is the CoreUI v2 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

Contains:

dashboard

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-v2.git
cd coreui-django-boilerplate-v2
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-v2.git
cd coreui-django-boilerplate-v2
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

About

CoreUI v2 template to use in base template in Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published