SinfulHymn / Django-Keyboard-Collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run django app

this file is using tailwind css

you must install tailwind package

  • $ python -m pip install django-tailwind

once installed you must also run the django service

  • $ python manage.py tailwind start

in another terminal you could now start the django server

  • $ python manage.py runserver

make sure to change credentials profile for s3 in add photo view function

  • s3 = boto3.Session(profile_name='keyboardcollector').client('s3')

About


Languages

Language:HTML 56.4%Language:Python 39.4%Language:JavaScript 4.0%Language:CSS 0.1%Language:Procfile 0.1%