Skip to content

A faster way to getting started with your Django project.

License

Notifications You must be signed in to change notification settings

beingbiplov/django-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-boilerplate

A faster way to getting started with your Django project. Have your django project up and running in no-time

Getting started

  • clone this repository using: git clone https://github.com/beingbiplov/django-boilerplate.git
  • Move into the directory: cd django_boilerplate
  • Create a virtual environment and activate it.
  • Install dependencies with: pip install -r requirements.txt
  • Rename your project with: python manage.py rename <current_project_name> <new_project_name>

Now, you are all ready to go. This django project boilerplate comes with an app called core where you can get started right away. urls.py, templates and static are all setup at app level. You can start the server using: python manage.py runserver and navigate the default home page at: localhost:8000

License

This project is licensed under the MIT license, Copyright (c) 2020 django-boilerplate. For more information see LICENSE.

About

A faster way to getting started with your Django project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published