Skip to content

shhamil/short_link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShortLink

Commands for local deployment

  • git clone https://github.com/shhamil/short_link
  • python3 -m venv myvenv
  • cd short_link
  • pip3 install -r requirements.txt
  • python3 manage.py migrate
  • python3 manage.py createsuperuser
  • python3 manage.py runserver