Skip to content

thalesbruno/django_bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django project with Bootstrap and font-awesome

Usage

Create a project directory and install a python virtual environment inside it

mkdir project && cd project
python3 -m venv venv
source venv/bin/activate

Create a source dir and clone the repository

mkdir src && cd src
git clone https://github.com/thalesbruno/django_bootstrap .

Install the dependencies

pip install -r requirements/local.txt

Run the migrations and start the server!

python manage.py migrate
python manage.py runserver

Yay! App running in http://127.0.0.1:8000 :)

About

A Django setup project with bootstrap and font-awesome integrated

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •