$ git clone git@github.com:fandredev/djlint-base-video-youtube.git && mv djlint-base-video-youtube djlint
And cd into the root folder:
cd djlint
python -m venv venv && . venv/bin/activate
pip install -r requirements.txt
Now, let's django migrate:
pipenv run ./manage.py migrate
Finally, create your django superuser with:
pipenv run ./manage.py createsuperuser
python manage.py runserver
It should be up and running in http://localhost:8000. You can also access http://localhost:8000/admin.
If you have any feedback, please let us know via profissionalf.andre@gmail.com