/django-bootstrap4-init

This project is a base files to init a project in Django with Bootstrap4

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

django-bootstrap4-init

Base project files to initiate a project in Django with Bootstrap4

Purpouse

The purpose of this project is to provide a basic project for the user to start programming in Django, using Bootstrap as a way to modify their templates.

Features!

  • django 2.0 startproject
  • boostrap4 configuration
  • generic app for example

This project based in Tutorial of Vitor Freitas, found in SimpleIsBetterThanComplex website. And also in DjangoProject website.

Utilization

For use this project, just download as zip file and import in your IDE how a new project.

After this, run the server.

$ python manage.py runserver

Run at a locahost in port 8000, by default.

Development

Want to contribute? Great!

Send a new ideas for development project. It's a simple case, but a great help for the begginers in Django environment.

Free Software, Hell Yeah!