- Clone the repository
git clone https://github.com/willjw3/kanri-django.git my-app - Move into the new directory (called
my-appin this case; call it what you like)
cd my-app - Install the dependencies (remove dependencies you don't need from the requirements.txt file)
pip install -r requirements.txt - Run
python manage.py makemigrationsandpython manage.py migrate - Create a super user
python manage.py createsuperuser - Run the web server
python manage.py runserver
willjw3/kanri-django
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|

