From 2f1c330e555c24deb17b7d6018b59c52dab7aafd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Sun, 7 Sep 2008 22:37:22 +0200 Subject: [PATCH] Moved project files to wolnelektury directory. --- README => wolnelektury/README | 0 __init__.py => wolnelektury/__init__.py | 0 .../locale}/pl/LC_MESSAGES/django.mo | Bin .../locale}/pl/LC_MESSAGES/django.po | 0 manage.py => wolnelektury/manage.py | 0 .../media}/css/jquery.autocomplete.css | 0 {media => wolnelektury/media}/css/master.css | 0 {media => wolnelektury/media}/css/master.plain.css | 0 {media => wolnelektury/media}/img/bg.png | Bin {media => wolnelektury/media}/img/book.png | Bin {media => wolnelektury/media}/img/favicon.png | Bin {media => wolnelektury/media}/img/footer.png | Bin {media => wolnelektury/media}/img/indicator.gif | Bin {media => wolnelektury/media}/img/logo.png | Bin {media => wolnelektury/media}/js/catalogue.js | 0 .../media}/js/jquery.autocolumn.js | 0 .../media}/js/jquery.autocomplete.js | 0 {media => wolnelektury/media}/js/jquery.form.js | 0 {media => wolnelektury/media}/js/jquery.jqmodal.js | 0 {media => wolnelektury/media}/js/jquery.js | 0 {media => wolnelektury/media}/js/jquery.labelify.js | 0 middleware.py => wolnelektury/middleware.py | 0 settings.py => wolnelektury/settings.py | 2 +- {templates => wolnelektury/templates}/404.html | 0 .../templates}/admin/base_site.html | 0 .../templates}/auth/login.html | 0 {templates => wolnelektury/templates}/base.html | 0 .../templates}/catalogue/book_detail.html | 0 .../templates}/catalogue/book_list.html | 0 .../templates}/catalogue/book_sets.html | 0 .../templates}/catalogue/book_short.html | 0 .../templates}/catalogue/breadcrumbs.html | 0 .../templates}/catalogue/fragment_sets.html | 0 .../templates}/catalogue/fragment_short.html | 0 .../templates}/catalogue/latest_blog_posts.html | 0 .../templates}/catalogue/main_page.html | 0 .../templates}/catalogue/tagged_object_list.html | 0 .../templates}/catalogue/user_shelves.html | 0 .../templates}/pagination/pagination.html | 0 urls.py => wolnelektury/urls.py | 0 40 files changed, 1 insertion(+), 1 deletion(-) rename README => wolnelektury/README (100%) rename __init__.py => wolnelektury/__init__.py (100%) rename {locale => wolnelektury/locale}/pl/LC_MESSAGES/django.mo (100%) rename {locale => wolnelektury/locale}/pl/LC_MESSAGES/django.po (100%) rename manage.py => wolnelektury/manage.py (100%) rename {media => wolnelektury/media}/css/jquery.autocomplete.css (100%) rename {media => wolnelektury/media}/css/master.css (100%) rename {media => wolnelektury/media}/css/master.plain.css (100%) rename {media => wolnelektury/media}/img/bg.png (100%) rename {media => wolnelektury/media}/img/book.png (100%) rename {media => wolnelektury/media}/img/favicon.png (100%) rename {media => wolnelektury/media}/img/footer.png (100%) rename {media => wolnelektury/media}/img/indicator.gif (100%) rename {media => wolnelektury/media}/img/logo.png (100%) rename {media => wolnelektury/media}/js/catalogue.js (100%) rename {media => wolnelektury/media}/js/jquery.autocolumn.js (100%) rename {media => wolnelektury/media}/js/jquery.autocomplete.js (100%) rename {media => wolnelektury/media}/js/jquery.form.js (100%) rename {media => wolnelektury/media}/js/jquery.jqmodal.js (100%) rename {media => wolnelektury/media}/js/jquery.js (100%) rename {media => wolnelektury/media}/js/jquery.labelify.js (100%) rename middleware.py => wolnelektury/middleware.py (100%) rename settings.py => wolnelektury/settings.py (99%) rename {templates => wolnelektury/templates}/404.html (100%) rename {templates => wolnelektury/templates}/admin/base_site.html (100%) rename {templates => wolnelektury/templates}/auth/login.html (100%) rename {templates => wolnelektury/templates}/base.html (100%) rename {templates => wolnelektury/templates}/catalogue/book_detail.html (100%) rename {templates => wolnelektury/templates}/catalogue/book_list.html (100%) rename {templates => wolnelektury/templates}/catalogue/book_sets.html (100%) rename {templates => wolnelektury/templates}/catalogue/book_short.html (100%) rename {templates => wolnelektury/templates}/catalogue/breadcrumbs.html (100%) rename {templates => wolnelektury/templates}/catalogue/fragment_sets.html (100%) rename {templates => wolnelektury/templates}/catalogue/fragment_short.html (100%) rename {templates => wolnelektury/templates}/catalogue/latest_blog_posts.html (100%) rename {templates => wolnelektury/templates}/catalogue/main_page.html (100%) rename {templates => wolnelektury/templates}/catalogue/tagged_object_list.html (100%) rename {templates => wolnelektury/templates}/catalogue/user_shelves.html (100%) rename {templates => wolnelektury/templates}/pagination/pagination.html (100%) rename urls.py => wolnelektury/urls.py (100%) diff --git a/README b/wolnelektury/README similarity index 100% rename from README rename to wolnelektury/README diff --git a/__init__.py b/wolnelektury/__init__.py similarity index 100% rename from __init__.py rename to wolnelektury/__init__.py diff --git a/locale/pl/LC_MESSAGES/django.mo b/wolnelektury/locale/pl/LC_MESSAGES/django.mo similarity index 100% rename from locale/pl/LC_MESSAGES/django.mo rename to wolnelektury/locale/pl/LC_MESSAGES/django.mo diff --git a/locale/pl/LC_MESSAGES/django.po b/wolnelektury/locale/pl/LC_MESSAGES/django.po similarity index 100% rename from locale/pl/LC_MESSAGES/django.po rename to wolnelektury/locale/pl/LC_MESSAGES/django.po diff --git a/manage.py b/wolnelektury/manage.py similarity index 100% rename from manage.py rename to wolnelektury/manage.py diff --git a/media/css/jquery.autocomplete.css b/wolnelektury/media/css/jquery.autocomplete.css similarity index 100% rename from media/css/jquery.autocomplete.css rename to wolnelektury/media/css/jquery.autocomplete.css diff --git a/media/css/master.css b/wolnelektury/media/css/master.css similarity index 100% rename from media/css/master.css rename to wolnelektury/media/css/master.css diff --git a/media/css/master.plain.css b/wolnelektury/media/css/master.plain.css similarity index 100% rename from media/css/master.plain.css rename to wolnelektury/media/css/master.plain.css diff --git a/media/img/bg.png b/wolnelektury/media/img/bg.png similarity index 100% rename from media/img/bg.png rename to wolnelektury/media/img/bg.png diff --git a/media/img/book.png b/wolnelektury/media/img/book.png similarity index 100% rename from media/img/book.png rename to wolnelektury/media/img/book.png diff --git a/media/img/favicon.png b/wolnelektury/media/img/favicon.png similarity index 100% rename from media/img/favicon.png rename to wolnelektury/media/img/favicon.png diff --git a/media/img/footer.png b/wolnelektury/media/img/footer.png similarity index 100% rename from media/img/footer.png rename to wolnelektury/media/img/footer.png diff --git a/media/img/indicator.gif b/wolnelektury/media/img/indicator.gif similarity index 100% rename from media/img/indicator.gif rename to wolnelektury/media/img/indicator.gif diff --git a/media/img/logo.png b/wolnelektury/media/img/logo.png similarity index 100% rename from media/img/logo.png rename to wolnelektury/media/img/logo.png diff --git a/media/js/catalogue.js b/wolnelektury/media/js/catalogue.js similarity index 100% rename from media/js/catalogue.js rename to wolnelektury/media/js/catalogue.js diff --git a/media/js/jquery.autocolumn.js b/wolnelektury/media/js/jquery.autocolumn.js similarity index 100% rename from media/js/jquery.autocolumn.js rename to wolnelektury/media/js/jquery.autocolumn.js diff --git a/media/js/jquery.autocomplete.js b/wolnelektury/media/js/jquery.autocomplete.js similarity index 100% rename from media/js/jquery.autocomplete.js rename to wolnelektury/media/js/jquery.autocomplete.js diff --git a/media/js/jquery.form.js b/wolnelektury/media/js/jquery.form.js similarity index 100% rename from media/js/jquery.form.js rename to wolnelektury/media/js/jquery.form.js diff --git a/media/js/jquery.jqmodal.js b/wolnelektury/media/js/jquery.jqmodal.js similarity index 100% rename from media/js/jquery.jqmodal.js rename to wolnelektury/media/js/jquery.jqmodal.js diff --git a/media/js/jquery.js b/wolnelektury/media/js/jquery.js similarity index 100% rename from media/js/jquery.js rename to wolnelektury/media/js/jquery.js diff --git a/media/js/jquery.labelify.js b/wolnelektury/media/js/jquery.labelify.js similarity index 100% rename from media/js/jquery.labelify.js rename to wolnelektury/media/js/jquery.labelify.js diff --git a/middleware.py b/wolnelektury/middleware.py similarity index 100% rename from middleware.py rename to wolnelektury/middleware.py diff --git a/settings.py b/wolnelektury/settings.py similarity index 99% rename from settings.py rename to wolnelektury/settings.py index 04b5fd568..c5b8d6797 100644 --- a/settings.py +++ b/wolnelektury/settings.py @@ -80,7 +80,7 @@ MIDDLEWARE_CLASSES = [ if DEBUG: MIDDLEWARE_CLASSES.append('middleware.ProfileMiddleware') -ROOT_URLCONF = 'wolnelektury.urls' +ROOT_URLCONF = 'urls' TEMPLATE_DIRS = ( PROJECT_DIR + '/templates/' diff --git a/templates/404.html b/wolnelektury/templates/404.html similarity index 100% rename from templates/404.html rename to wolnelektury/templates/404.html diff --git a/templates/admin/base_site.html b/wolnelektury/templates/admin/base_site.html similarity index 100% rename from templates/admin/base_site.html rename to wolnelektury/templates/admin/base_site.html diff --git a/templates/auth/login.html b/wolnelektury/templates/auth/login.html similarity index 100% rename from templates/auth/login.html rename to wolnelektury/templates/auth/login.html diff --git a/templates/base.html b/wolnelektury/templates/base.html similarity index 100% rename from templates/base.html rename to wolnelektury/templates/base.html diff --git a/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html similarity index 100% rename from templates/catalogue/book_detail.html rename to wolnelektury/templates/catalogue/book_detail.html diff --git a/templates/catalogue/book_list.html b/wolnelektury/templates/catalogue/book_list.html similarity index 100% rename from templates/catalogue/book_list.html rename to wolnelektury/templates/catalogue/book_list.html diff --git a/templates/catalogue/book_sets.html b/wolnelektury/templates/catalogue/book_sets.html similarity index 100% rename from templates/catalogue/book_sets.html rename to wolnelektury/templates/catalogue/book_sets.html diff --git a/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html similarity index 100% rename from templates/catalogue/book_short.html rename to wolnelektury/templates/catalogue/book_short.html diff --git a/templates/catalogue/breadcrumbs.html b/wolnelektury/templates/catalogue/breadcrumbs.html similarity index 100% rename from templates/catalogue/breadcrumbs.html rename to wolnelektury/templates/catalogue/breadcrumbs.html diff --git a/templates/catalogue/fragment_sets.html b/wolnelektury/templates/catalogue/fragment_sets.html similarity index 100% rename from templates/catalogue/fragment_sets.html rename to wolnelektury/templates/catalogue/fragment_sets.html diff --git a/templates/catalogue/fragment_short.html b/wolnelektury/templates/catalogue/fragment_short.html similarity index 100% rename from templates/catalogue/fragment_short.html rename to wolnelektury/templates/catalogue/fragment_short.html diff --git a/templates/catalogue/latest_blog_posts.html b/wolnelektury/templates/catalogue/latest_blog_posts.html similarity index 100% rename from templates/catalogue/latest_blog_posts.html rename to wolnelektury/templates/catalogue/latest_blog_posts.html diff --git a/templates/catalogue/main_page.html b/wolnelektury/templates/catalogue/main_page.html similarity index 100% rename from templates/catalogue/main_page.html rename to wolnelektury/templates/catalogue/main_page.html diff --git a/templates/catalogue/tagged_object_list.html b/wolnelektury/templates/catalogue/tagged_object_list.html similarity index 100% rename from templates/catalogue/tagged_object_list.html rename to wolnelektury/templates/catalogue/tagged_object_list.html diff --git a/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html similarity index 100% rename from templates/catalogue/user_shelves.html rename to wolnelektury/templates/catalogue/user_shelves.html diff --git a/templates/pagination/pagination.html b/wolnelektury/templates/pagination/pagination.html similarity index 100% rename from templates/pagination/pagination.html rename to wolnelektury/templates/pagination/pagination.html diff --git a/urls.py b/wolnelektury/urls.py similarity index 100% rename from urls.py rename to wolnelektury/urls.py -- 2.20.1