Skip to content

fandredev/djlint-base-video-youtube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack used


Authors

@fandredev

Setup local environment

0. Clone this repo

$ 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

1 Start your virtualenv:

python -m venv venv && . venv/bin/activate
2 Install packages:
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

3. Run server

python manage.py runserver

It should be up and running in http://localhost:8000. You can also access http://localhost:8000/admin.

Feedback

If you have any feedback, please let us know via profissionalf.andre@gmail.com

Referencies

About

Project base for my youtube vídeo using DjLinter from Django & Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •