Skip to content

Commit

Permalink
updated video and image files, moved unused directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanMGonzalez committed May 16, 2019
1 parent c26704f commit dffc83e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -5,7 +5,7 @@
from fabric.api import cd, env, hide, local, run, sudo
from fabric.contrib import files

env.hosts = ['pyconsf.com']
env.hosts = ['pybay.com']
env.user = 'pybay'

BASE = "/data/websites"
Expand Down
28 changes: 14 additions & 14 deletions pybay/settings.py
Expand Up @@ -10,23 +10,23 @@
DEBUG = True
EMAIL_DEBUG = DEBUG

DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": os.path.join(PROJECT_ROOT, "dev.db"),
}
}
# 'NAME': 'pybay2019',
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.mysql',
# 'NAME': 'pybay_prod_2018',
# 'USER': 'root',
# 'PASSWORD': 'Fu33yBu77',
# 'HOST': 'localhost', # Or an IP Address that your DB is hosted on
# 'PORT': '3306',
# "default": {
# "ENGINE": "django.db.backends.sqlite3",
# "NAME": os.path.join(PROJECT_ROOT, "dev.db"),
# }
# }
# 'NAME': 'pybay2019',
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'pybay_prod_2018',
'USER': 'root',
'PASSWORD': 'Fu33yBu77',
'HOST': 'localhost', # Or an IP Address that your DB is hosted on
'PORT': '3306',
}
}

ALLOWED_HOSTS = []

Expand Down
12 changes: 6 additions & 6 deletions pybay/templates/frontend/index.html
Expand Up @@ -15,9 +15,9 @@
</div>
<div class="video-wrapper">
<video autoplay muted loop>
<source src="{% static 'new/video/video2019.webm' %}" type="video/webm">
<source src="{% static 'new/video/video2019.mp4' %}" type="video/mp4">
<source src="{% static 'new/video/video2019.ogv' %}" type="video/ogg">
<source src="{% static 'new/video/video.webm' %}" type="video/webm">
<source src="{% static 'new/video/video.mp4' %}" type="video/mp4">
<source src="{% static 'new/video/video.ogv' %}" type="video/ogg">
</video>
</div>
<div class="container">
Expand Down Expand Up @@ -153,9 +153,9 @@ <h1 class="text-center" style="color: black;">{% gblock "index_check_the_highlig
</div>
<div class="video-wrapper">
<video autoplay muted loop>
<source src="{% static 'new/video/video2019.webm' %}" type="new/video/webm">
<source src="{% static 'new/video/video2019.mp4' %}" type="new/video/mp4">
<source src="{% static 'new/video/video2019.ogv' %}" type="new/video/ogg">
<source src="{% static 'new/video/video.webm' %}" type="new/video/webm">
<source src="{% static 'new/video/video.mp4' %}" type="new/video/mp4">
<source src="{% static 'new/video/video.ogv' %}" type="new/video/ogg">
</video>
</div>
<div class="container">
Expand Down
Binary file modified static/new/img/PB_PNG.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/new/video/video.mp4
Binary file not shown.
Binary file modified static/new/video/video.ogv
Binary file not shown.
Binary file modified static/new/video/video.webm
Binary file not shown.

0 comments on commit dffc83e

Please sign in to comment.