Skip to content

Commit

Permalink
Moved static images to /public
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Kovacevic committed Sep 12, 2014
1 parent 2f77794 commit df22b7a
Show file tree
Hide file tree
Showing 36 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion multiverseminer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ProdConfig(Config):
"""Production configuration."""
ENV = 'prod'
DEBUG = False
SQLALCHEMY_DATABASE_URI = 'postgres://root:iUCwTyUlKyvT1rkW@172.17.42.1:49153/db'#TODO: Add your own db
SQLALCHEMY_DATABASE_URI = 'postgres://localhost/db'#TODO: Add your own db
DEBUG_TB_ENABLED = False # Disable Debug toolbar


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/icons/crafting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/icons/empire.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/icons/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/icons/mining.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/icons/questlog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/items/cabin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/items/hull.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added multiverseminer/static/public/img/items/wings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
8 changes: 4 additions & 4 deletions multiverseminer/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="signin-form">
<div class="row">
<div class="large-12 columns">
<img class="logo" src="{{ url_for('static', filename="img/logo_placeholder.png") }}">
<img class="logo" src="{{ url_for('static', filename="public/img/logo_placeholder.png") }}">
</div>
</div>
<div class="row">
Expand All @@ -35,12 +35,12 @@
<div class="row">
<div class="large-12 columns">
<ul class="small-block-grid-3">
<li><img src="{{ url_for('static', filename="img/preview/mm_v2_thumb.jpg") }}"></li>
<li><img src="{{ url_for('static', filename="public/img/preview/mm_v2_thumb.jpg") }}"></li>
<li><img
src="{{ url_for('static', filename="img/preview/hero_window_opt_thumb.jpg") }}">
src="{{ url_for('static', filename="public/img/preview/hero_window_opt_thumb.jpg") }}">
</li>
<li><img
src="{{ url_for('static', filename="img/preview/crafting_window_opt_thumb.jpg") }}">
src="{{ url_for('static', filename="public/img/preview/crafting_window_opt_thumb.jpg") }}">
</li>
</ul>
</div>
Expand Down

0 comments on commit df22b7a

Please sign in to comment.