updates from server
This commit is contained in:
parent
f46c5fb7d6
commit
b5f0aa3f2d
5 changed files with 12 additions and 6 deletions
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
|
|
@ -0,0 +1,5 @@
|
||||||
|
asgiref==3.11.0
|
||||||
|
Django==6.0.1
|
||||||
|
gunicorn==23.0.0
|
||||||
|
packaging==25.0
|
||||||
|
sqlparse==0.5.5
|
||||||
|
|
@ -7,6 +7,7 @@ urlpatterns = [
|
||||||
path('album/', album, name='album'),
|
path('album/', album, name='album'),
|
||||||
path('album.html/', album, name='album'),
|
path('album.html/', album, name='album'),
|
||||||
path('socials/', socials, name='socials'),
|
path('socials/', socials, name='socials'),
|
||||||
|
path('qr/', socials, name='socials'),
|
||||||
path('socials.html/', socials, name='socials'),
|
path('socials.html/', socials, name='socials'),
|
||||||
path('mailing_list/', mailing_list, name='mailing_list'),
|
path('mailing_list/', mailing_list, name='mailing_list'),
|
||||||
path('admin/', admin.site.urls),
|
path('admin/', admin.site.urls),
|
||||||
|
|
|
||||||
|
|
@ -95,22 +95,22 @@
|
||||||
<h1 id="watch">Watch Us Live:</h1>
|
<h1 id="watch">Watch Us Live:</h1>
|
||||||
<div class="iframe-container">
|
<div class="iframe-container">
|
||||||
|
|
||||||
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/7Dbg5MuOgbY?si=qW3dw8QY4a8sHqbX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
<iframe referrerpolicy="no-referrer-when-downgrade" class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/7Dbg5MuOgbY?si=qW3dw8QY4a8sHqbX" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="iframe-container">
|
<div class="iframe-container">
|
||||||
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/4Cx1_LMJRzM?si=fS9EuyczsNvsJuSb&start=42" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
<iframe referrerpolicy="no-referrer-when-downgrade" class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/4Cx1_LMJRzM?si=fS9EuyczsNvsJuSb&start=42" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
<div class="iframe-container">
|
<div class="iframe-container">
|
||||||
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/R3fo-k2_wfM?si=Foz0OaTK6GC5psKo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
<iframe referrerpolicy="no-referrer-when-downgrade" class="responsive-iframe" src="https://www.youtube-nocookie.com/embed/R3fo-k2_wfM?si=Foz0OaTK6GC5psKo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-5 mb-5 p-5">
|
<div class="mt-5 mb-5 p-5">
|
||||||
<h1 id="book">Book Us:</h1>
|
<h1 id="book">Book Us:</h1>
|
||||||
<br>
|
<br>
|
||||||
Email: shrinkinminkin<span style="font-family: monospace;">@</span>gmail.com <br>
|
Email: booking<span style="font-family: monospace;">@</span>reconpaul.com <br>
|
||||||
Phone: 732-895-5253
|
Phone: 917-270-6504
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
<br>
|
<br>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/">
|
<a target="_blank" href="https://shrinkin-minkin.bandcamp.com/">
|
||||||
style="margin-bottom:10px;" <button type="button" class="btn btn-light link">Bandcamp</button>
|
<button type="button" class="btn btn-light link">Bandcamp</button>
|
||||||
<br>
|
<br>
|
||||||
</a>
|
</a>
|
||||||
<a target="_blank"
|
<a target="_blank"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue