- 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
-
Notifications
You must be signed in to change notification settings - Fork 0
crashkort/django-simple
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple way to get started with your django application
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published