diff --git a/wowfunding/__init__.py b/funding/__init__.py similarity index 100% rename from wowfunding/__init__.py rename to funding/__init__.py diff --git a/wowfunding/api.py b/funding/api.py similarity index 100% rename from wowfunding/api.py rename to funding/api.py diff --git a/wowfunding/bin/__init__.py b/funding/bin/__init__.py similarity index 100% rename from wowfunding/bin/__init__.py rename to funding/bin/__init__.py diff --git a/wowfunding/bin/anti_xss.py b/funding/bin/anti_xss.py similarity index 100% rename from wowfunding/bin/anti_xss.py rename to funding/bin/anti_xss.py diff --git a/wowfunding/bin/daemon.py b/funding/bin/daemon.py similarity index 100% rename from wowfunding/bin/daemon.py rename to funding/bin/daemon.py diff --git a/wowfunding/bin/utils.py b/funding/bin/utils.py similarity index 100% rename from wowfunding/bin/utils.py rename to funding/bin/utils.py diff --git a/wowfunding/bin/utils_request.py b/funding/bin/utils_request.py similarity index 100% rename from wowfunding/bin/utils_request.py rename to funding/bin/utils_request.py diff --git a/wowfunding/bin/utils_time.py b/funding/bin/utils_time.py similarity index 100% rename from wowfunding/bin/utils_time.py rename to funding/bin/utils_time.py diff --git a/wowfunding/cache.py b/funding/cache.py similarity index 100% rename from wowfunding/cache.py rename to funding/cache.py diff --git a/wowfunding/factory.py b/funding/factory.py similarity index 100% rename from wowfunding/factory.py rename to funding/factory.py diff --git a/wowfunding/orm/__init__.py b/funding/orm/__init__.py similarity index 100% rename from wowfunding/orm/__init__.py rename to funding/orm/__init__.py diff --git a/wowfunding/orm/connect.py b/funding/orm/connect.py similarity index 100% rename from wowfunding/orm/connect.py rename to funding/orm/connect.py diff --git a/wowfunding/orm/orm.py b/funding/orm/orm.py similarity index 100% rename from wowfunding/orm/orm.py rename to funding/orm/orm.py diff --git a/wowfunding/routes.py b/funding/routes.py similarity index 100% rename from wowfunding/routes.py rename to funding/routes.py diff --git a/wowfunding/routes_admin.py b/funding/routes_admin.py similarity index 100% rename from wowfunding/routes_admin.py rename to funding/routes_admin.py diff --git a/wowfunding/static/bg.png b/funding/static/bg.png similarity index 100% rename from wowfunding/static/bg.png rename to funding/static/bg.png diff --git a/wowfunding/static/css/bootstrap-grid.css b/funding/static/css/bootstrap-grid.css similarity index 100% rename from wowfunding/static/css/bootstrap-grid.css rename to funding/static/css/bootstrap-grid.css diff --git a/wowfunding/static/css/bootstrap-grid.min.css b/funding/static/css/bootstrap-grid.min.css similarity index 100% rename from wowfunding/static/css/bootstrap-grid.min.css rename to funding/static/css/bootstrap-grid.min.css diff --git a/wowfunding/static/css/bootstrap-reboot.css b/funding/static/css/bootstrap-reboot.css similarity index 100% rename from wowfunding/static/css/bootstrap-reboot.css rename to funding/static/css/bootstrap-reboot.css diff --git a/wowfunding/static/css/bootstrap-reboot.min.css b/funding/static/css/bootstrap-reboot.min.css similarity index 100% rename from wowfunding/static/css/bootstrap-reboot.min.css rename to funding/static/css/bootstrap-reboot.min.css diff --git a/wowfunding/static/css/bootstrap.css b/funding/static/css/bootstrap.css similarity index 100% rename from wowfunding/static/css/bootstrap.css rename to funding/static/css/bootstrap.css diff --git a/wowfunding/static/css/bootstrap.css.map b/funding/static/css/bootstrap.css.map similarity index 100% rename from wowfunding/static/css/bootstrap.css.map rename to funding/static/css/bootstrap.css.map diff --git a/wowfunding/static/css/bootstrap.min.css b/funding/static/css/bootstrap.min.css similarity index 100% rename from wowfunding/static/css/bootstrap.min.css rename to funding/static/css/bootstrap.min.css diff --git a/wowfunding/static/css/bootstrap.min.css.map b/funding/static/css/bootstrap.min.css.map similarity index 100% rename from wowfunding/static/css/bootstrap.min.css.map rename to funding/static/css/bootstrap.min.css.map diff --git a/wowfunding/static/css/simplemde.css b/funding/static/css/simplemde.css similarity index 100% rename from wowfunding/static/css/simplemde.css rename to funding/static/css/simplemde.css diff --git a/wowfunding/static/css/simplemde.min.css b/funding/static/css/simplemde.min.css similarity index 100% rename from wowfunding/static/css/simplemde.min.css rename to funding/static/css/simplemde.min.css diff --git a/wowfunding/static/css/wow.css b/funding/static/css/wow.css similarity index 100% rename from wowfunding/static/css/wow.css rename to funding/static/css/wow.css diff --git a/wowfunding/static/cyber.png b/funding/static/cyber.png similarity index 100% rename from wowfunding/static/cyber.png rename to funding/static/cyber.png diff --git a/wowfunding/static/doge_head.png b/funding/static/doge_head.png similarity index 100% rename from wowfunding/static/doge_head.png rename to funding/static/doge_head.png diff --git a/wowfunding/static/favicon.ico b/funding/static/favicon.ico similarity index 100% rename from wowfunding/static/favicon.ico rename to funding/static/favicon.ico diff --git a/wowfunding/static/fonts/roboto-1.woff2 b/funding/static/fonts/roboto-1.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-1.woff2 rename to funding/static/fonts/roboto-1.woff2 diff --git a/wowfunding/static/fonts/roboto-2.woff2 b/funding/static/fonts/roboto-2.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-2.woff2 rename to funding/static/fonts/roboto-2.woff2 diff --git a/wowfunding/static/fonts/roboto-3.woff2 b/funding/static/fonts/roboto-3.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-3.woff2 rename to funding/static/fonts/roboto-3.woff2 diff --git a/wowfunding/static/fonts/roboto-4.woff2 b/funding/static/fonts/roboto-4.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-4.woff2 rename to funding/static/fonts/roboto-4.woff2 diff --git a/wowfunding/static/fonts/roboto-5.woff2 b/funding/static/fonts/roboto-5.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-5.woff2 rename to funding/static/fonts/roboto-5.woff2 diff --git a/wowfunding/static/fonts/roboto-6.woff2 b/funding/static/fonts/roboto-6.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-6.woff2 rename to funding/static/fonts/roboto-6.woff2 diff --git a/wowfunding/static/fonts/roboto-7.woff2 b/funding/static/fonts/roboto-7.woff2 similarity index 100% rename from wowfunding/static/fonts/roboto-7.woff2 rename to funding/static/fonts/roboto-7.woff2 diff --git a/wowfunding/static/grayarrow.gif b/funding/static/grayarrow.gif similarity index 100% rename from wowfunding/static/grayarrow.gif rename to funding/static/grayarrow.gif diff --git a/wowfunding/static/ie9.png b/funding/static/ie9.png similarity index 100% rename from wowfunding/static/ie9.png rename to funding/static/ie9.png diff --git a/wowfunding/static/java.png b/funding/static/java.png similarity index 100% rename from wowfunding/static/java.png rename to funding/static/java.png diff --git a/wowfunding/static/js/app.js b/funding/static/js/app.js similarity index 100% rename from wowfunding/static/js/app.js rename to funding/static/js/app.js diff --git a/wowfunding/static/js/bootstrap.min.js b/funding/static/js/bootstrap.min.js similarity index 100% rename from wowfunding/static/js/bootstrap.min.js rename to funding/static/js/bootstrap.min.js diff --git a/wowfunding/static/js/jquery-3.2.1.slim.min.js b/funding/static/js/jquery-3.2.1.slim.min.js similarity index 100% rename from wowfunding/static/js/jquery-3.2.1.slim.min.js rename to funding/static/js/jquery-3.2.1.slim.min.js diff --git a/wowfunding/static/js/simplemde.js b/funding/static/js/simplemde.js similarity index 100% rename from wowfunding/static/js/simplemde.js rename to funding/static/js/simplemde.js diff --git a/wowfunding/static/js/simplemde.min.js b/funding/static/js/simplemde.min.js similarity index 100% rename from wowfunding/static/js/simplemde.min.js rename to funding/static/js/simplemde.min.js diff --git a/wowfunding/static/msg.png b/funding/static/msg.png similarity index 100% rename from wowfunding/static/msg.png rename to funding/static/msg.png diff --git a/wowfunding/static/nasa.png b/funding/static/nasa.png similarity index 100% rename from wowfunding/static/nasa.png rename to funding/static/nasa.png diff --git a/wowfunding/static/point-left.png b/funding/static/point-left.png similarity index 100% rename from wowfunding/static/point-left.png rename to funding/static/point-left.png diff --git a/wowfunding/static/wfs-navbar.png b/funding/static/wfs-navbar.png old mode 100755 new mode 100644 similarity index 100% rename from wowfunding/static/wfs-navbar.png rename to funding/static/wfs-navbar.png diff --git a/wowfunding/static/wowdoge-a.jpg b/funding/static/wowdoge-a.jpg similarity index 100% rename from wowfunding/static/wowdoge-a.jpg rename to funding/static/wowdoge-a.jpg diff --git a/wowfunding/static/wownero.png b/funding/static/wownero.png similarity index 100% rename from wowfunding/static/wownero.png rename to funding/static/wownero.png diff --git a/wowfunding/templates/about.html b/funding/templates/about.html similarity index 100% rename from wowfunding/templates/about.html rename to funding/templates/about.html diff --git a/wowfunding/templates/api.html b/funding/templates/api.html similarity index 100% rename from wowfunding/templates/api.html rename to funding/templates/api.html diff --git a/wowfunding/templates/base.html b/funding/templates/base.html similarity index 100% rename from wowfunding/templates/base.html rename to funding/templates/base.html diff --git a/wowfunding/templates/comment_reply.html b/funding/templates/comment_reply.html similarity index 100% rename from wowfunding/templates/comment_reply.html rename to funding/templates/comment_reply.html diff --git a/wowfunding/templates/comments.html b/funding/templates/comments.html similarity index 100% rename from wowfunding/templates/comments.html rename to funding/templates/comments.html diff --git a/wowfunding/templates/login.html b/funding/templates/login.html similarity index 100% rename from wowfunding/templates/login.html rename to funding/templates/login.html diff --git a/wowfunding/templates/messages.html b/funding/templates/messages.html similarity index 100% rename from wowfunding/templates/messages.html rename to funding/templates/messages.html diff --git a/wowfunding/templates/navbar.html b/funding/templates/navbar.html similarity index 100% rename from wowfunding/templates/navbar.html rename to funding/templates/navbar.html diff --git a/wowfunding/templates/proposal/disclaimer.html b/funding/templates/proposal/disclaimer.html similarity index 100% rename from wowfunding/templates/proposal/disclaimer.html rename to funding/templates/proposal/disclaimer.html diff --git a/wowfunding/templates/proposal/edit.html b/funding/templates/proposal/edit.html similarity index 100% rename from wowfunding/templates/proposal/edit.html rename to funding/templates/proposal/edit.html diff --git a/wowfunding/templates/proposal/macros/navbar.html b/funding/templates/proposal/macros/navbar.html similarity index 100% rename from wowfunding/templates/proposal/macros/navbar.html rename to funding/templates/proposal/macros/navbar.html diff --git a/wowfunding/templates/proposal/macros/table.html b/funding/templates/proposal/macros/table.html similarity index 100% rename from wowfunding/templates/proposal/macros/table.html rename to funding/templates/proposal/macros/table.html diff --git a/wowfunding/templates/proposal/overview.html b/funding/templates/proposal/overview.html similarity index 100% rename from wowfunding/templates/proposal/overview.html rename to funding/templates/proposal/overview.html diff --git a/wowfunding/templates/proposal/proposal.html b/funding/templates/proposal/proposal.html similarity index 100% rename from wowfunding/templates/proposal/proposal.html rename to funding/templates/proposal/proposal.html diff --git a/wowfunding/templates/proposal/proposals.html b/funding/templates/proposal/proposals.html similarity index 100% rename from wowfunding/templates/proposal/proposals.html rename to funding/templates/proposal/proposals.html diff --git a/wowfunding/templates/register.html b/funding/templates/register.html similarity index 100% rename from wowfunding/templates/register.html rename to funding/templates/register.html diff --git a/wowfunding/templates/search.html b/funding/templates/search.html similarity index 100% rename from wowfunding/templates/search.html rename to funding/templates/search.html diff --git a/wowfunding/templates/sidebar.html b/funding/templates/sidebar.html similarity index 100% rename from wowfunding/templates/sidebar.html rename to funding/templates/sidebar.html diff --git a/wowfunding/templates/user.html b/funding/templates/user.html similarity index 100% rename from wowfunding/templates/user.html rename to funding/templates/user.html diff --git a/wowfunding/validation.py b/funding/validation.py similarity index 100% rename from wowfunding/validation.py rename to funding/validation.py