Skip to content

A simple way to get started with your django application

Notifications You must be signed in to change notification settings

crashkort/django-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-simple

  • Install python 3.8
  • Setup a virtual enviroment and activate it virtualenv -v python3.8 env && source env/bin/activate
  • Clone the repo git clone [email protected]:crashkort/django-simple.git && cd django-simple
  • Install requirements pip3 install -U -r requirements.txt
  • Handle migratations python manage.py makemigrations && python manage.py migrate
  • Run the django install python manage.py runserver

About

A simple way to get started with your django application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published