KevinKim99 / Ticket-Tech

1 stars 2 forks source link

updated and included static css files properly #80

Closed KenichiroAnderson closed 5 months ago

KenichiroAnderson commented 5 months ago

these are not imported into the html file as this goes against common convention. Rather we imported the css files from the static folder, and added a method in settings.py to handle the static variables i.e.: js and css files. certain JS files may or may not work as expected but cannot be tested at the moment due to not being able to access database files. if you have any questions/comments/concerns please ask them below.

NathanIsCoding commented 5 months ago

Nice job figuring this out, everything looks nicely organized into appropriate folders and it seems to be functional!