Skip to content

Commit

Permalink
bash added new things
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejaso7 committed Oct 27, 2023
2 parents d8adc97 + 284b818 commit 50f5c96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
Binary file modified APST/__pycache__/settings.cpython-310.pyc
Binary file not shown.
7 changes: 2 additions & 5 deletions APST/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@
SECRET_KEY = '(*h%h-rc^kh_ob18is3j+c6@*3b92&9p^%s2lf^qas^lk3*n_q'

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False


<<<<<<< HEAD
ALLOWED_HOSTS = ['TejasSawant07.pythonanywhere.com']
=======
ALLOWED_HOSTS = [*]
>>>>>>> 5c6840cc0ae0dd0944ae7c136d75f09dcd94725d


# Application definition
Expand Down
4 changes: 2 additions & 2 deletions library/templates/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
<hr class="gradient">
<nav class="navbar navbar-expand-lg navbar-light sticky-top logo" style="background-image: url({% static 'background2.jpg' %});" >
<div class="container-fluid" >
<a class="navbar-brand" href="/">PUSTAKAM.COM</a>
<a class="navbar-brand" href="/">Tejas.COM</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down Expand Up @@ -323,4 +323,4 @@
<hr class="gradient" >

</body>
</html>
</html>

0 comments on commit 50f5c96

Please sign in to comment.