Antonio Mele - Django By Example - 2015
Torrent Information
DetailsGlobal Parameters
Identification Hash
145566E7ECD83774AC1A9862469DE2DDCD1D7FAD
Community Trust & Feedback
Files (1175)
Antonio Mele - Django By Example - 2015
1175 files • 33.61 MB
Code
1172 files • 2.63 MB
Chapter 1
18 files • 11.01 KB
mysite
18 files • 11.01 KB
blog
13 files • 7.58 KB
migrations
2 files • 1.29 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/migrations/__init__.py
static
1 files • 1.29 KB
css
1 files • 1.29 KB
blog.css
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/static/css/blog.css
templates
4 files • 1.46 KB
blog
3 files • 1.04 KB
post
2 files • 688 Bytes
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/templates/blog/post/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/templates/blog/post/list.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/templates/blog/base.html
pagination.html
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/templates/pagination.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/admin.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/blog/views.py
mysite
4 files • 3.18 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/mysite/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/mysite/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/mysite/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/mysite/wsgi.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 1/mysite/manage.py
Chapter 10
30 files • 34.63 KB
educa
30 files • 34.63 KB
courses
25 files • 31.06 KB
fixtures
1 files • 455 Bytes
subjects.json
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/fixtures/subjects.json
migrations
4 files • 6.25 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/migrations/0001_initial.py
0002_content_file_image_text_video.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/migrations/0002_content_file_image_text_video.py
0003_auto_20150707_1152.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/migrations/0003_auto_20150707_1152.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/migrations/__init__.py
static
1 files • 3.56 KB
css
1 files • 3.56 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/static/css/base.css
templates
9 files • 8.51 KB
courses
6 files • 6.6 KB
manage
6 files • 6.6 KB
content
1 files • 643 Bytes
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/courses/manage/content/form.html
course
3 files • 1.98 KB
delete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/courses/manage/course/delete.html
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/courses/manage/course/form.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/courses/manage/course/list.html
module
2 files • 3.99 KB
content_list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/courses/manage/module/content_list.html
formset.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/courses/manage/module/formset.html
registration
2 files • 961 Bytes
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/registration/login.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templates/base.html
templatetags
2 files • 192 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templatetags/__init__.py
course.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/templatetags/course.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/admin.py
fields.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/fields.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/courses/views.py
educa
4 files • 3.33 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/educa/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/educa/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/educa/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/educa/wsgi.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 10/educa/manage.py
Chapter 11
48 files • 46.48 KB
educa
48 files • 46.48 KB
courses
32 files • 36.46 KB
fixtures
1 files • 455 Bytes
subjects.json
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/fixtures/subjects.json
migrations
5 files • 6.8 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/migrations/0001_initial.py
0002_content_file_image_text_video.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/migrations/0002_content_file_image_text_video.py
0003_auto_20150707_1152.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/migrations/0003_auto_20150707_1152.py
0004_course_students.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/migrations/0004_course_students.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/migrations/__init__.py
static
1 files • 3.56 KB
css
1 files • 3.56 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/static/css/base.css
templates
15 files • 11.19 KB
courses
12 files • 9.28 KB
content
4 files • 201 Bytes
file.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/content/file.html
image.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/content/image.html
text.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/content/text.html
video.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/content/video.html
course
2 files • 2.49 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/course/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/course/list.html
manage
6 files • 6.6 KB
content
1 files • 643 Bytes
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/manage/content/form.html
course
3 files • 1.98 KB
delete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/manage/course/delete.html
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/manage/course/form.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/manage/course/list.html
module
2 files • 3.99 KB
content_list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/manage/module/content_list.html
formset.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/courses/manage/module/formset.html
registration
2 files • 961 Bytes
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/registration/login.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templates/base.html
templatetags
2 files • 192 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templatetags/__init__.py
course.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/templatetags/course.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/admin.py
fields.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/fields.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/courses/views.py
educa
4 files • 4.26 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/educa/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/educa/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/educa/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/educa/wsgi.py
students
11 files • 5.52 KB
migrations
1 files • 0 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/migrations/__init__.py
templates
3 files • 2.11 KB
students
3 files • 2.11 KB
course
2 files • 1.7 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/templates/students/course/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/templates/students/course/list.html
student
1 files • 415 Bytes
registration.html
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/templates/students/student/registration.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/students/views.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 11/educa/manage.py
Chapter 12
54 files • 53.79 KB
educa
54 files • 53.79 KB
courses
37 files • 40.55 KB
api
5 files • 3.96 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/api/__init__.py
permissions.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/api/permissions.py
serializers.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/api/serializers.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/api/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/api/views.py
fixtures
1 files • 455 Bytes
subjects.json
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/fixtures/subjects.json
migrations
5 files • 6.8 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/migrations/0001_initial.py
0002_content_file_image_text_video.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/migrations/0002_content_file_image_text_video.py
0003_auto_20150707_1152.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/migrations/0003_auto_20150707_1152.py
0004_course_students.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/migrations/0004_course_students.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/migrations/__init__.py
static
1 files • 3.56 KB
css
1 files • 3.56 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/static/css/base.css
templates
15 files • 11.19 KB
courses
12 files • 9.29 KB
content
4 files • 201 Bytes
file.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/content/file.html
image.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/content/image.html
text.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/content/text.html
video.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/content/video.html
course
2 files • 2.49 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/course/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/course/list.html
manage
6 files • 6.6 KB
content
1 files • 643 Bytes
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/manage/content/form.html
course
3 files • 1.98 KB
delete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/manage/course/delete.html
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/manage/course/form.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/manage/course/list.html
module
2 files • 3.99 KB
content_list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/manage/module/content_list.html
formset.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/courses/manage/module/formset.html
registration
2 files • 961 Bytes
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/registration/login.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templates/base.html
templatetags
2 files • 192 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templatetags/__init__.py
course.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/templatetags/course.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/admin.py
fields.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/fields.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/courses/views.py
educa
5 files • 7.48 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/educa/__init__.py
db.sqlite3
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/educa/db.sqlite3
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/educa/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/educa/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/educa/wsgi.py
students
11 files • 5.52 KB
migrations
1 files • 0 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/migrations/__init__.py
templates
3 files • 2.11 KB
students
3 files • 2.11 KB
course
2 files • 1.7 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/templates/students/course/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/templates/students/course/list.html
student
1 files • 415 Bytes
registration.html
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/templates/students/student/registration.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/students/views.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 12/educa/manage.py
Chapter 13
144 files • 1.05 MB
educa
144 files • 1.05 MB
config
2 files • 911 Bytes
nginx.conf
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/config/nginx.conf
uwsgi.ini
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/config/uwsgi.ini
courses
38 files • 41.39 KB
api
5 files • 3.96 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/api/__init__.py
permissions.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/api/permissions.py
serializers.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/api/serializers.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/api/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/api/views.py
fixtures
1 files • 455 Bytes
subjects.json
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/fixtures/subjects.json
migrations
5 files • 6.8 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/migrations/0001_initial.py
0002_content_file_image_text_video.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/migrations/0002_content_file_image_text_video.py
0003_auto_20150707_1152.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/migrations/0003_auto_20150707_1152.py
0004_course_students.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/migrations/0004_course_students.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/migrations/__init__.py
static
1 files • 3.56 KB
css
1 files • 3.56 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/static/css/base.css
templates
15 files • 11.19 KB
courses
12 files • 9.29 KB
content
4 files • 201 Bytes
file.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/content/file.html
image.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/content/image.html
text.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/content/text.html
video.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/content/video.html
course
2 files • 2.49 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/course/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/course/list.html
manage
6 files • 6.6 KB
content
1 files • 643 Bytes
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/manage/content/form.html
course
3 files • 1.98 KB
delete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/manage/course/delete.html
form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/manage/course/form.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/manage/course/list.html
module
2 files • 3.99 KB
content_list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/manage/module/content_list.html
formset.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/courses/manage/module/formset.html
registration
2 files • 961 Bytes
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/registration/login.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templates/base.html
templatetags
2 files • 192 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templatetags/__init__.py
course.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/templatetags/course.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/admin.py
fields.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/fields.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/forms.py
middleware.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/middleware.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/courses/views.py
educa
8 files • 7.89 KB
settings
4 files • 3.77 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/settings/__init__.py
base.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/settings/base.py
local.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/settings/local.py
pro.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/settings/pro.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/__init__.py
db.sqlite3
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/db.sqlite3
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/educa/wsgi.py
ssl
2 files • 3.18 KB
educa.crt
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/ssl/educa.crt
educa.key
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/ssl/educa.key
static
78 files • 929.48 KB
admin
62 files • 510.34 KB
css
8 files • 41.27 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/base.css
changelists.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/changelists.css
dashboard.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/dashboard.css
forms.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/forms.css
ie.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/ie.css
login.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/login.css
rtl.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/rtl.css
widgets.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/css/widgets.css
img
33 files • 12.49 KB
gis
2 files • 1.19 KB
move_vertex_off.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/gis/move_vertex_off.png
move_vertex_on.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/gis/move_vertex_on.png
changelist-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/changelist-bg.gif
changelist-bg_rtl.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/changelist-bg_rtl.gif
default-bg-reverse.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/default-bg-reverse.gif
default-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/default-bg.gif
deleted-overlay.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/deleted-overlay.gif
icon-no.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon-no.gif
icon-unknown.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon-unknown.gif
icon-yes.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon-yes.gif
icon_addlink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_addlink.gif
icon_alert.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_alert.gif
icon_calendar.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_calendar.gif
icon_changelink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_changelink.gif
icon_clock.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_clock.gif
icon_deletelink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_deletelink.gif
icon_error.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_error.gif
icon_searchbox.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_searchbox.png
icon_success.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/icon_success.gif
inline-delete-8bit.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/inline-delete-8bit.png
inline-delete.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/inline-delete.png
inline-restore-8bit.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/inline-restore-8bit.png
inline-restore.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/inline-restore.png
inline-splitter-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/inline-splitter-bg.gif
nav-bg-grabber.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/nav-bg-grabber.gif
nav-bg-reverse.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/nav-bg-reverse.gif
nav-bg-selected.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/nav-bg-selected.gif
nav-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/nav-bg.gif
selector-icons.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/selector-icons.gif
selector-search.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/selector-search.gif
sorting-icons.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/sorting-icons.gif
tooltag-add.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/tooltag-add.png
tooltag-arrowright.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/img/tooltag-arrowright.png
js
21 files • 456.58 KB
admin
2 files • 21.12 KB
DateTimeShortcuts.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/admin/DateTimeShortcuts.js
RelatedObjectLookups.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/admin/RelatedObjectLookups.js
actions.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/actions.js
actions.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/actions.min.js
calendar.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/calendar.js
collapse.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/collapse.js
collapse.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/collapse.min.js
core.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/core.js
inlines.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/inlines.js
inlines.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/inlines.min.js
jquery.init.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/jquery.init.js
jquery.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/jquery.js
jquery.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/jquery.min.js
LICENSE-JQUERY.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/LICENSE-JQUERY.txt
prepopulate.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/prepopulate.js
prepopulate.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/prepopulate.min.js
related-widget-wrapper.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/related-widget-wrapper.js
SelectBox.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/SelectBox.js
SelectFilter2.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/SelectFilter2.js
timeparse.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/timeparse.js
urlify.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/admin/js/urlify.js
css
1 files • 3.56 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/css/base.css
rest_framework
15 files • 415.58 KB
css
4 files • 112 KB
bootstrap-tweaks.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/css/bootstrap-tweaks.css
bootstrap.min.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/css/bootstrap.min.css
default.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/css/default.css
prettify.css
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/css/prettify.css
fonts
4 files • 144.4 KB
glyphicons-halflings-regular.eot
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/fonts/glyphicons-halflings-regular.eot
glyphicons-halflings-regular.svg
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/fonts/glyphicons-halflings-regular.svg
glyphicons-halflings-regular.ttf
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/fonts/glyphicons-halflings-regular.ttf
glyphicons-halflings-regular.woff
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/fonts/glyphicons-halflings-regular.woff
img
3 files • 22.46 KB
glyphicons-halflings-white.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/img/glyphicons-halflings-white.png
glyphicons-halflings.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/img/glyphicons-halflings.png
grid.png
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/img/grid.png
js
4 files • 136.72 KB
bootstrap.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/js/bootstrap.min.js
default.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/js/default.js
jquery-1.8.1-min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/js/jquery-1.8.1-min.js
prettify-min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/static/rest_framework/js/prettify-min.js
students
14 files • 6.73 KB
management
3 files • 1.21 KB
commands
2 files • 1.21 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/management/commands/__init__.py
enroll_reminder.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/management/commands/enroll_reminder.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/management/__init__.py
migrations
1 files • 0 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/migrations/__init__.py
templates
3 files • 2.11 KB
students
3 files • 2.11 KB
course
2 files • 1.7 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/templates/students/course/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/templates/students/course/list.html
student
1 files • 415 Bytes
registration.html
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/templates/students/student/registration.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/students/views.py
db.sqlite3
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/db.sqlite3
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 13/educa/manage.py
Chapter 2
23 files • 18.69 KB
mysite
23 files • 18.69 KB
blog
18 files • 15.13 KB
migrations
4 files • 2.86 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/migrations/0001_initial.py
0002_comment.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/migrations/0002_comment.py
0003_post_tags.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/migrations/0003_post_tags.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/migrations/__init__.py
static
1 files • 1.29 KB
css
1 files • 1.29 KB
blog.css
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/static/css/blog.css
templates
6 files • 3.63 KB
blog
5 files • 3.2 KB
comment
1 files • 305 Bytes
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/templates/blog/comment/create.html
post
3 files • 2.54 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/templates/blog/post/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/templates/blog/post/list.html
share.html
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/templates/blog/post/share.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/templates/blog/base.html
pagination.html
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/templates/pagination.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/blog/views.py
mysite
4 files • 3.32 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/mysite/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/mysite/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/mysite/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/mysite/wsgi.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 2/mysite/manage.py
Chapter 3
37 files • 33.57 KB
mysite
31 files • 23.4 KB
blog
26 files • 19.34 KB
migrations
4 files • 2.86 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/migrations/0001_initial.py
0002_comment.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/migrations/0002_comment.py
0003_post_tags.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/migrations/0003_post_tags.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/migrations/__init__.py
static
1 files • 1.29 KB
css
1 files • 1.29 KB
blog.css
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/static/css/blog.css
templates
9 files • 5.17 KB
blog
7 files • 4.68 KB
comment
1 files • 305 Bytes
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/comment/create.html
post
5 files • 3.54 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/post/detail.html
latest_posts.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/post/latest_posts.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/post/list.html
search.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/post/search.html
share.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/post/share.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/blog/base.html
search
1 files • 68 Bytes
indexes
1 files • 68 Bytes
blog
1 files • 68 Bytes
post_text.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/search/indexes/blog/post_text.txt
pagination.html
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templates/pagination.html
templatetags
2 files • 732 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templatetags/__init__.py
blog_tags.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/templatetags/blog_tags.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/admin.py
feeds.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/feeds.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/models.py
search_indexes.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/search_indexes.py
sitemaps.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/sitemaps.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/blog/views.py
mysite
4 files • 3.82 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/mysite/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/mysite/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/mysite/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/mysite/wsgi.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 3/mysite/manage.py
solr
6 files • 10.16 KB
conf
6 files • 10.16 KB
lang
1 files • 0 Bytes
stopwords_en.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 3/solr/conf/lang/stopwords_en.txt
protwords.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 3/solr/conf/protwords.txt
schema.xml
Antonio Mele - Django By Example - 2015/Code/Chapter 3/solr/conf/schema.xml
solrconfig.xml
Antonio Mele - Django By Example - 2015/Code/Chapter 3/solr/conf/solrconfig.xml
stopwords.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 3/solr/conf/stopwords.txt
synonyms.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 3/solr/conf/synonyms.txt
Chapter 4
31 files • 22.73 KB
bookmarks
31 files • 22.73 KB
account
26 files • 18.13 KB
migrations
2 files • 834 Bytes
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/migrations/__init__.py
static
1 files • 4.41 KB
css
1 files • 4.41 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/static/css/base.css
templates
15 files • 6.54 KB
account
5 files • 1.61 KB
dashboard.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/account/dashboard.html
edit.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/account/edit.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/account/login.html
register.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/account/register.html
register_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/account/register_done.html
registration
9 files • 3.57 KB
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/login.html
password_change_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_change_done.html
password_change_form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_change_form.html
password_reset_complete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_reset_complete.html
password_reset_confirm.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_reset_confirm.html
password_reset_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_reset_done.html
password_reset_email.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_reset_email.html
password_reset_form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/registration/password_reset_form.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/templates/base.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/admin.py
authentication.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/authentication.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/account/views.py
bookmarks
4 files • 4.35 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/bookmarks/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/bookmarks/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/bookmarks/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/bookmarks/wsgi.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 4/bookmarks/manage.py
Chapter 5
49 files • 40.02 KB
bookmarks
49 files • 40.02 KB
account
26 files • 19.89 KB
migrations
2 files • 834 Bytes
0001_initial.pyno
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/migrations/0001_initial.pyno
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/migrations/__init__.py
static
1 files • 4.41 KB
css
1 files • 4.41 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/static/css/base.css
templates
15 files • 7.77 KB
account
5 files • 2.01 KB
dashboard.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/account/dashboard.html
edit.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/account/edit.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/account/login.html
register.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/account/register.html
register_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/account/register_done.html
registration
9 files • 3.57 KB
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/login.html
password_change_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_change_done.html
password_change_form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_change_form.html
password_reset_complete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_reset_complete.html
password_reset_confirm.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_reset_confirm.html
password_reset_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_reset_done.html
password_reset_email.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_reset_email.html
password_reset_form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/registration/password_reset_form.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/templates/base.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/admin.py
authentication.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/authentication.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/account/views.py
bookmarks
4 files • 4.45 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/bookmarks/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/bookmarks/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/bookmarks/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/bookmarks/wsgi.py
common
2 files • 315 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/common/__init__.py
decorators.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/common/decorators.py
images
16 files • 15.13 KB
migrations
2 files • 1.2 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/migrations/__init__.py
static
2 files • 3.58 KB
css
1 files • 1008 Bytes
bookmarklet.css
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/static/css/bookmarklet.css
js
1 files • 2.6 KB
bookmarklet.js
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/static/js/bookmarklet.js
templates
5 files • 4.37 KB
images
4 files • 4.1 KB
image
4 files • 4.1 KB
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/templates/images/image/create.html
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/templates/images/image/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/templates/images/image/list.html
list_ajax.html
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/templates/images/image/list_ajax.html
bookmarklet_launcher.js
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/templates/bookmarklet_launcher.js
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/images/views.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 5/bookmarks/manage.py
Chapter 6
65 files • 53.55 KB
bookmarks
65 files • 53.55 KB
account
29 files • 26.14 KB
migrations
3 files • 1.76 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/migrations/0001_initial.py
0002_contact.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/migrations/0002_contact.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/migrations/__init__.py
static
1 files • 4.41 KB
css
1 files • 4.41 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/static/css/base.css
templates
17 files • 10.66 KB
account
7 files • 4.88 KB
user
2 files • 2.69 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/user/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/user/list.html
dashboard.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/dashboard.html
edit.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/edit.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/login.html
register.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/register.html
register_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/account/register_done.html
registration
9 files • 3.57 KB
logged_out.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/logged_out.html
login.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/login.html
password_change_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_change_done.html
password_change_form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_change_form.html
password_reset_complete.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_reset_complete.html
password_reset_confirm.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_reset_confirm.html
password_reset_done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_reset_done.html
password_reset_email.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_reset_email.html
password_reset_form.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/registration/password_reset_form.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/templates/base.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/admin.py
authentication.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/authentication.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/account/views.py
actions
9 files • 4.5 KB
migrations
2 files • 1.12 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/migrations/__init__.py
templates
1 files • 1.15 KB
actions
1 files • 1.15 KB
action
1 files • 1.15 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/templates/actions/action/detail.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/admin.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/tests.py
utils.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/utils.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/actions/views.py
bookmarks
4 files • 4.62 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/bookmarks/__init__.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/bookmarks/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/bookmarks/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/bookmarks/wsgi.py
common
2 files • 315 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/common/__init__.py
decorators.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/common/decorators.py
images
20 files • 17.75 KB
migrations
3 files • 1.63 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/migrations/0001_initial.py
0002_image_total_likes.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/migrations/0002_image_total_likes.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/migrations/__init__.py
static
2 files • 3.58 KB
css
1 files • 1008 Bytes
bookmarklet.css
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/static/css/bookmarklet.css
js
1 files • 2.6 KB
bookmarklet.js
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/static/js/bookmarklet.js
templates
6 files • 4.91 KB
images
5 files • 4.64 KB
image
5 files • 4.64 KB
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/templates/images/image/create.html
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/templates/images/image/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/templates/images/image/list.html
list_ajax.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/templates/images/image/list_ajax.html
ranking.html
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/templates/images/image/ranking.html
bookmarklet_launcher.js
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/templates/bookmarklet_launcher.js
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/admin.py
apps.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/apps.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/models.py
signals.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/signals.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/images/views.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 6/bookmarks/manage.py
Chapter 7
43 files • 35.66 KB
myshop
43 files • 35.66 KB
cart
10 files • 6.26 KB
templates
1 files • 1.9 KB
cart
1 files • 1.9 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/templates/cart/detail.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/admin.py
cart.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/cart.py
context_processors.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/context_processors.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/cart/views.py
myshop
5 files • 4.02 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/myshop/__init__.py
celery.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/myshop/celery.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/myshop/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/myshop/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/myshop/wsgi.py
orders
14 files • 6.94 KB
migrations
2 files • 1.55 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/migrations/__init__.py
static
2 files • 993 Bytes
css
2 files • 993 Bytes
admin.css
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/static/css/admin.css
pdf.css
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/static/css/pdf.css
templates
2 files • 878 Bytes
orders
2 files • 878 Bytes
order
2 files • 878 Bytes
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/templates/orders/order/create.html
created.html
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/templates/orders/order/created.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/models.py
tasks.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/tasks.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/orders/views.py
shop
13 files • 18.2 KB
migrations
2 files • 1.85 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/migrations/__init__.py
static
2 files • 10.28 KB
css
1 files • 3.96 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/static/css/base.css
img
1 files • 6.33 KB
no_image.png
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/static/img/no_image.png
templates
3 files • 2.81 KB
shop
3 files • 2.81 KB
product
2 files • 1.94 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/templates/shop/product/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/templates/shop/product/list.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/templates/shop/base.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/admin.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/shop/views.py
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 7/myshop/manage.py
Chapter 8
124 files • 571.45 KB
myshop
124 files • 571.45 KB
cart
10 files • 6.25 KB
templates
1 files • 1.9 KB
cart
1 files • 1.9 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/templates/cart/detail.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/admin.py
cart.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/cart.py
context_processors.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/context_processors.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/cart/views.py
myshop
6 files • 7.31 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/myshop/__init__.py
celery.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/myshop/celery.py
db.sqlite3
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/myshop/db.sqlite3
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/myshop/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/myshop/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/myshop/wsgi.py
orders
16 files • 13.76 KB
migrations
2 files • 1.6 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/migrations/__init__.py
static
2 files • 993 Bytes
css
2 files • 993 Bytes
admin.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/static/css/admin.css
pdf.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/static/css/pdf.css
templates
4 files • 4.74 KB
admin
1 files • 2.59 KB
orders
1 files • 2.59 KB
order
1 files • 2.59 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/templates/admin/orders/order/detail.html
orders
3 files • 2.15 KB
order
3 files • 2.15 KB
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/templates/orders/order/create.html
created.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/templates/orders/order/created.html
pdf.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/templates/orders/order/pdf.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/models.py
tasks.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/tasks.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/orders/views.py
payment
12 files • 3.91 KB
migrations
1 files • 0 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/migrations/__init__.py
templates
3 files • 502 Bytes
payment
3 files • 502 Bytes
canceled.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/templates/payment/canceled.html
done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/templates/payment/done.html
process.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/templates/payment/process.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/admin.py
apps.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/apps.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/models.py
signals.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/signals.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/payment/views.py
shop
13 files • 18.2 KB
migrations
2 files • 1.85 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/migrations/__init__.py
static
2 files • 10.28 KB
css
1 files • 3.96 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/static/css/base.css
img
1 files • 6.33 KB
no_image.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/static/img/no_image.png
templates
3 files • 2.81 KB
shop
3 files • 2.81 KB
product
2 files • 1.94 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/templates/shop/product/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/templates/shop/product/list.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/templates/shop/base.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/admin.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/shop/views.py
static
66 files • 521.77 KB
admin
62 files • 510.52 KB
css
8 files • 41.44 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/base.css
changelists.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/changelists.css
dashboard.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/dashboard.css
forms.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/forms.css
ie.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/ie.css
login.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/login.css
rtl.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/rtl.css
widgets.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/css/widgets.css
img
33 files • 12.49 KB
gis
2 files • 1.19 KB
move_vertex_off.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/gis/move_vertex_off.png
move_vertex_on.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/gis/move_vertex_on.png
changelist-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/changelist-bg.gif
changelist-bg_rtl.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/changelist-bg_rtl.gif
default-bg-reverse.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/default-bg-reverse.gif
default-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/default-bg.gif
deleted-overlay.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/deleted-overlay.gif
icon-no.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon-no.gif
icon-unknown.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon-unknown.gif
icon-yes.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon-yes.gif
icon_addlink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_addlink.gif
icon_alert.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_alert.gif
icon_calendar.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_calendar.gif
icon_changelink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_changelink.gif
icon_clock.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_clock.gif
icon_deletelink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_deletelink.gif
icon_error.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_error.gif
icon_searchbox.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_searchbox.png
icon_success.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/icon_success.gif
inline-delete-8bit.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/inline-delete-8bit.png
inline-delete.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/inline-delete.png
inline-restore-8bit.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/inline-restore-8bit.png
inline-restore.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/inline-restore.png
inline-splitter-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/inline-splitter-bg.gif
nav-bg-grabber.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/nav-bg-grabber.gif
nav-bg-reverse.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/nav-bg-reverse.gif
nav-bg-selected.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/nav-bg-selected.gif
nav-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/nav-bg.gif
selector-icons.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/selector-icons.gif
selector-search.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/selector-search.gif
sorting-icons.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/sorting-icons.gif
tooltag-add.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/tooltag-add.png
tooltag-arrowright.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/img/tooltag-arrowright.png
js
21 files • 456.58 KB
admin
2 files • 21.12 KB
DateTimeShortcuts.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/admin/DateTimeShortcuts.js
RelatedObjectLookups.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/admin/RelatedObjectLookups.js
actions.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/actions.js
actions.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/actions.min.js
calendar.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/calendar.js
collapse.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/collapse.js
collapse.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/collapse.min.js
core.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/core.js
inlines.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/inlines.js
inlines.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/inlines.min.js
jquery.init.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/jquery.init.js
jquery.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/jquery.js
jquery.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/jquery.min.js
LICENSE-JQUERY.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/LICENSE-JQUERY.txt
prepopulate.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/prepopulate.js
prepopulate.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/prepopulate.min.js
related-widget-wrapper.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/related-widget-wrapper.js
SelectBox.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/SelectBox.js
SelectFilter2.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/SelectFilter2.js
timeparse.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/timeparse.js
urlify.js
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/admin/js/urlify.js
css
3 files • 4.93 KB
admin.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/css/admin.css
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/css/base.css
pdf.css
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/css/pdf.css
img
1 files • 6.33 KB
no_image.png
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/static/img/no_image.png
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 8/myshop/manage.py
Chapter 9
146 files • 605.1 KB
myshop
146 files • 605.1 KB
cart
10 files • 9.03 KB
templates
1 files • 3.52 KB
cart
1 files • 3.52 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/templates/cart/detail.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/admin.py
cart.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/cart.py
context_processors.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/context_processors.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/cart/views.py
coupons
9 files • 2.73 KB
migrations
2 files • 841 Bytes
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/migrations/0001_initial.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/migrations/__init__.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/models.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/coupons/views.py
locale
4 files • 10.99 KB
en
2 files • 4.06 KB
LC_MESSAGES
2 files • 4.06 KB
django.mo
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/locale/en/LC_MESSAGES/django.mo
django.po
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/locale/en/LC_MESSAGES/django.po
es
2 files • 6.93 KB
LC_MESSAGES
2 files • 6.93 KB
django.mo
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/locale/es/LC_MESSAGES/django.mo
django.po
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/locale/es/LC_MESSAGES/django.po
myshop
5 files • 5.1 KB
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/myshop/__init__.py
celery.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/myshop/celery.py
settings.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/myshop/settings.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/myshop/urls.py
wsgi.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/myshop/wsgi.py
orders
21 files • 21.86 KB
locale
4 files • 5.33 KB
en
2 files • 2.13 KB
LC_MESSAGES
2 files • 2.13 KB
django.mo
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/locale/en/LC_MESSAGES/django.mo
django.po
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/locale/en/LC_MESSAGES/django.po
es
2 files • 3.2 KB
LC_MESSAGES
2 files • 3.2 KB
django.mo
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/locale/es/LC_MESSAGES/django.mo
django.po
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/locale/es/LC_MESSAGES/django.po
migrations
3 files • 2.35 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/migrations/0001_initial.py
0002_auto_20150606_1735.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/migrations/0002_auto_20150606_1735.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/migrations/__init__.py
static
2 files • 993 Bytes
css
2 files • 993 Bytes
admin.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/static/css/admin.css
pdf.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/static/css/pdf.css
templates
4 files • 5.61 KB
admin
1 files • 2.88 KB
orders
1 files • 2.88 KB
order
1 files • 2.88 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/templates/admin/orders/order/detail.html
orders
3 files • 2.73 KB
order
3 files • 2.73 KB
create.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/templates/orders/order/create.html
created.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/templates/orders/order/created.html
pdf.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/templates/orders/order/pdf.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/admin.py
forms.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/forms.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/models.py
tasks.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/tasks.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/orders/views.py
payment
12 files • 4.1 KB
migrations
1 files • 0 Bytes
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/migrations/__init__.py
templates
3 files • 634 Bytes
payment
3 files • 634 Bytes
canceled.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/templates/payment/canceled.html
done.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/templates/payment/done.html
process.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/templates/payment/process.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/admin.py
apps.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/apps.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/models.py
signals.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/signals.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/payment/views.py
shop
17 files • 28.18 KB
migrations
5 files • 7.18 KB
0001_initial.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/migrations/0001_initial.py
0002_add_translation_model.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/migrations/0002_add_translation_model.py
0003_migrate_translatable_fields.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/migrations/0003_migrate_translatable_fields.py
0004_remove_untranslated_fields.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/migrations/0004_remove_untranslated_fields.py
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/migrations/__init__.py
static
2 files • 10.28 KB
css
1 files • 3.96 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/static/css/base.css
img
1 files • 6.33 KB
no_image.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/static/img/no_image.png
templates
3 files • 4.35 KB
shop
3 files • 4.35 KB
product
2 files • 2.64 KB
detail.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/templates/shop/product/detail.html
list.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/templates/shop/product/list.html
base.html
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/templates/shop/base.html
__init__.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/__init__.py
admin.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/admin.py
models.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/models.py
recommender.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/recommender.py
tests.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/tests.py
urls.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/urls.py
views.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/shop/views.py
static
67 files • 522.87 KB
admin
62 files • 510.52 KB
css
8 files • 41.44 KB
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/base.css
changelists.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/changelists.css
dashboard.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/dashboard.css
forms.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/forms.css
ie.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/ie.css
login.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/login.css
rtl.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/rtl.css
widgets.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/css/widgets.css
img
33 files • 12.49 KB
gis
2 files • 1.19 KB
move_vertex_off.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/gis/move_vertex_off.png
move_vertex_on.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/gis/move_vertex_on.png
changelist-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/changelist-bg.gif
changelist-bg_rtl.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/changelist-bg_rtl.gif
default-bg-reverse.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/default-bg-reverse.gif
default-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/default-bg.gif
deleted-overlay.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/deleted-overlay.gif
icon-no.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon-no.gif
icon-unknown.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon-unknown.gif
icon-yes.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon-yes.gif
icon_addlink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_addlink.gif
icon_alert.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_alert.gif
icon_calendar.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_calendar.gif
icon_changelink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_changelink.gif
icon_clock.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_clock.gif
icon_deletelink.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_deletelink.gif
icon_error.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_error.gif
icon_searchbox.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_searchbox.png
icon_success.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/icon_success.gif
inline-delete-8bit.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/inline-delete-8bit.png
inline-delete.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/inline-delete.png
inline-restore-8bit.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/inline-restore-8bit.png
inline-restore.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/inline-restore.png
inline-splitter-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/inline-splitter-bg.gif
nav-bg-grabber.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/nav-bg-grabber.gif
nav-bg-reverse.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/nav-bg-reverse.gif
nav-bg-selected.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/nav-bg-selected.gif
nav-bg.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/nav-bg.gif
selector-icons.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/selector-icons.gif
selector-search.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/selector-search.gif
sorting-icons.gif
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/sorting-icons.gif
tooltag-add.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/tooltag-add.png
tooltag-arrowright.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/img/tooltag-arrowright.png
js
21 files • 456.58 KB
admin
2 files • 21.12 KB
DateTimeShortcuts.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/admin/DateTimeShortcuts.js
RelatedObjectLookups.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/admin/RelatedObjectLookups.js
actions.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/actions.js
actions.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/actions.min.js
calendar.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/calendar.js
collapse.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/collapse.js
collapse.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/collapse.min.js
core.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/core.js
inlines.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/inlines.js
inlines.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/inlines.min.js
jquery.init.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/jquery.init.js
jquery.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/jquery.js
jquery.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/jquery.min.js
LICENSE-JQUERY.txt
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/LICENSE-JQUERY.txt
prepopulate.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/prepopulate.js
prepopulate.min.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/prepopulate.min.js
related-widget-wrapper.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/related-widget-wrapper.js
SelectBox.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/SelectBox.js
SelectFilter2.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/SelectFilter2.js
timeparse.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/timeparse.js
urlify.js
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/admin/js/urlify.js
css
3 files • 4.93 KB
admin.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/css/admin.css
base.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/css/base.css
pdf.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/css/pdf.css
img
1 files • 6.33 KB
no_image.png
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/img/no_image.png
parler
1 files • 1.1 KB
admin
1 files • 1.1 KB
parler_admin.css
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/static/parler/admin/parler_admin.css
manage.py
Antonio Mele - Django By Example - 2015/Code/Chapter 9/myshop/manage.py
__MACOSX
359 files • 85.11 KB
Chapter 1
11 files • 2.29 KB
mysite
11 files • 2.29 KB
blog
9 files • 1.88 KB
static
1 files • 250 Bytes
css
1 files • 250 Bytes
._blog.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/static/css/._blog.css
templates
4 files • 837 Bytes
blog
3 files • 627 Bytes
post
2 files • 421 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/templates/blog/post/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/templates/blog/post/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/templates/blog/._base.html
._pagination.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/templates/._pagination.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/._admin.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/blog/._views.py
mysite
2 files • 420 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/mysite/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 1/mysite/mysite/._urls.py
Chapter 10
13 files • 3.14 KB
educa
13 files • 3.14 KB
courses
11 files • 2.65 KB
migrations
1 files • 247 Bytes
._0003_auto_20150707_1152.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/migrations/._0003_auto_20150707_1152.py
static
1 files • 254 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/static/css/._base.css
templates
3 files • 705 Bytes
courses
2 files • 453 Bytes
manage
2 files • 453 Bytes
course
2 files • 453 Bytes
._form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/templates/courses/manage/course/._form.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/templates/courses/manage/course/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/templates/._base.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/._admin.py
._fields.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/._fields.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/courses/._views.py
educa
2 files • 504 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/educa/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 10/educa/educa/._urls.py
Chapter 11
12 files • 2.9 KB
educa
12 files • 2.9 KB
courses
10 files • 2.41 KB
static
1 files • 254 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/static/css/._base.css
templates
3 files • 705 Bytes
courses
2 files • 453 Bytes
manage
2 files • 453 Bytes
course
2 files • 453 Bytes
._form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/templates/courses/manage/course/._form.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/templates/courses/manage/course/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/templates/._base.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/._admin.py
._fields.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/._fields.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/courses/._views.py
educa
2 files • 504 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/educa/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 11/educa/educa/._urls.py
Chapter 12
12 files • 2.9 KB
educa
12 files • 2.9 KB
courses
10 files • 2.41 KB
static
1 files • 254 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/static/css/._base.css
templates
3 files • 705 Bytes
courses
2 files • 453 Bytes
manage
2 files • 453 Bytes
course
2 files • 453 Bytes
._form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/templates/courses/manage/course/._form.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/templates/courses/manage/course/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/templates/._base.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/._admin.py
._fields.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/._fields.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/courses/._views.py
educa
2 files • 504 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/educa/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 12/educa/educa/._urls.py
Chapter 13
12 files • 2.86 KB
educa
12 files • 2.86 KB
courses
10 files • 2.41 KB
static
1 files • 254 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/static/css/._base.css
templates
3 files • 705 Bytes
courses
2 files • 453 Bytes
manage
2 files • 453 Bytes
course
2 files • 453 Bytes
._form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/templates/courses/manage/course/._form.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/templates/courses/manage/course/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/templates/._base.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/._admin.py
._fields.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/._fields.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/courses/._views.py
educa
2 files • 459 Bytes
settings
1 files • 213 Bytes
._base.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/educa/settings/._base.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 13/educa/educa/._urls.py
Chapter 2
14 files • 2.94 KB
mysite
14 files • 2.94 KB
blog
12 files • 2.49 KB
static
1 files • 250 Bytes
css
1 files • 250 Bytes
._blog.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/static/css/._blog.css
templates
6 files • 1.23 KB
blog
5 files • 1.02 KB
comment
1 files • 212 Bytes
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/templates/blog/comment/._create.html
post
3 files • 627 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/templates/blog/post/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/templates/blog/post/._list.html
._share.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/templates/blog/post/._share.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/templates/blog/._base.html
._pagination.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/templates/._pagination.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/._admin.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/blog/._views.py
mysite
2 files • 461 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/mysite/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 2/mysite/mysite/._urls.py
Chapter 3
25 files • 5.79 KB
mysite
23 files • 5.35 KB
blog
20 files • 4.65 KB
static
1 files • 250 Bytes
css
1 files • 250 Bytes
._blog.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/static/css/._blog.css
templates
9 files • 2.08 KB
blog
7 files • 1.63 KB
comment
1 files • 212 Bytes
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/comment/._create.html
post
5 files • 1.19 KB
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/post/._detail.html
._latest_posts.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/post/._latest_posts.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/post/._list.html
._search.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/post/._search.html
._share.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/post/._share.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/blog/._base.html
search
1 files • 251 Bytes
indexes
1 files • 251 Bytes
blog
1 files • 251 Bytes
._post_text.txt
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/search/indexes/blog/._post_text.txt
._pagination.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templates/._pagination.html
templatetags
2 files • 462 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templatetags/.___init__.py
._blog_tags.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/templatetags/._blog_tags.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._admin.py
._feeds.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._feeds.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._models.py
._search_indexes.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._search_indexes.py
._sitemaps.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._sitemaps.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/blog/._views.py
mysite
2 files • 508 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/mysite/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/mysite/._urls.py
._manage.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/mysite/._manage.py
solr
2 files • 456 Bytes
conf
2 files • 456 Bytes
._schema.xml
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/solr/conf/._schema.xml
._solrconfig.xml
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 3/solr/conf/._solrconfig.xml
Chapter 4
27 files • 6.52 KB
bookmarks
27 files • 6.52 KB
account
25 files • 6.03 KB
migrations
2 files • 456 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/migrations/._0001_initial.py
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/migrations/.___init__.py
static
1 files • 251 Bytes
css
1 files • 251 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/static/css/._base.css
templates
15 files • 3.65 KB
account
5 files • 1.22 KB
._dashboard.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/account/._dashboard.html
._edit.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/account/._edit.html
._login.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/account/._login.html
._register.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/account/._register.html
._register_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/account/._register_done.html
registration
9 files • 2.18 KB
._logged_out.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._logged_out.html
._login.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._login.html
._password_change_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_change_done.html
._password_change_form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_change_form.html
._password_reset_complete.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_reset_complete.html
._password_reset_confirm.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_reset_confirm.html
._password_reset_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_reset_done.html
._password_reset_email.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_reset_email.html
._password_reset_form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/registration/._password_reset_form.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/templates/._base.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/._admin.py
._authentication.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/._authentication.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/account/._views.py
bookmarks
2 files • 503 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/bookmarks/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 4/bookmarks/bookmarks/._urls.py
Chapter 5
42 files • 10.16 KB
bookmarks
42 files • 10.16 KB
account
25 files • 6.04 KB
migrations
2 files • 456 Bytes
._0001_initial.pyno
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/migrations/._0001_initial.pyno
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/migrations/.___init__.py
static
1 files • 251 Bytes
css
1 files • 251 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/static/css/._base.css
templates
15 files • 3.65 KB
account
5 files • 1.22 KB
._dashboard.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/account/._dashboard.html
._edit.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/account/._edit.html
._login.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/account/._login.html
._register.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/account/._register.html
._register_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/account/._register_done.html
registration
9 files • 2.18 KB
._logged_out.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._logged_out.html
._login.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._login.html
._password_change_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_change_done.html
._password_change_form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_change_form.html
._password_reset_complete.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_reset_complete.html
._password_reset_confirm.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_reset_confirm.html
._password_reset_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_reset_done.html
._password_reset_email.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_reset_email.html
._password_reset_form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/registration/._password_reset_form.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/templates/._base.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/._admin.py
._authentication.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/._authentication.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/account/._views.py
bookmarks
2 files • 507 Bytes
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/bookmarks/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/bookmarks/._urls.py
common
2 files • 452 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/common/.___init__.py
._decorators.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/common/._decorators.py
images
13 files • 3.18 KB
migrations
1 files • 252 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/migrations/._0001_initial.py
static
2 files • 503 Bytes
css
1 files • 253 Bytes
._bookmarklet.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/static/css/._bookmarklet.css
js
1 files • 250 Bytes
._bookmarklet.js
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/static/js/._bookmarklet.js
templates
5 files • 1.22 KB
images
4 files • 1002 Bytes
image
4 files • 1002 Bytes
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/templates/images/image/._create.html
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/templates/images/image/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/templates/images/image/._list.html
._list_ajax.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/templates/images/image/._list_ajax.html
._bookmarklet_launcher.js
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/templates/._bookmarklet_launcher.js
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/._admin.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 5/bookmarks/images/._views.py
Chapter 6
55 files • 13.25 KB
bookmarks
55 files • 13.25 KB
account
28 files • 6.75 KB
migrations
3 files • 662 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/migrations/._0001_initial.py
._0002_contact.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/migrations/._0002_contact.py
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/migrations/.___init__.py
static
1 files • 251 Bytes
css
1 files • 251 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/static/css/._base.css
templates
17 files • 4.14 KB
account
7 files • 1.71 KB
user
2 files • 507 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/user/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/user/._list.html
._dashboard.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/._dashboard.html
._edit.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/._edit.html
._login.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/._login.html
._register.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/._register.html
._register_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/account/._register_done.html
registration
9 files • 2.18 KB
._logged_out.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._logged_out.html
._login.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._login.html
._password_change_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_change_done.html
._password_change_form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_change_form.html
._password_reset_complete.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_reset_complete.html
._password_reset_confirm.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_reset_confirm.html
._password_reset_done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_reset_done.html
._password_reset_email.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_reset_email.html
._password_reset_form.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/registration/._password_reset_form.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/templates/._base.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/._admin.py
._authentication.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/._authentication.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/account/._views.py
actions
5 files • 1.17 KB
templates
1 files • 249 Bytes
actions
1 files • 249 Bytes
action
1 files • 249 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/actions/templates/actions/action/._detail.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/actions/._admin.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/actions/._models.py
._utils.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/actions/._utils.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/actions/._views.py
bookmarks
3 files • 747 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/bookmarks/.___init__.py
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/bookmarks/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/bookmarks/._urls.py
common
2 files • 459 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/common/.___init__.py
._decorators.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/common/._decorators.py
images
17 files • 4.16 KB
migrations
1 files • 250 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/migrations/._0001_initial.py
static
2 files • 506 Bytes
css
1 files • 253 Bytes
._bookmarklet.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/static/css/._bookmarklet.css
js
1 files • 253 Bytes
._bookmarklet.js
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/static/js/._bookmarklet.js
templates
6 files • 1.47 KB
images
5 files • 1.22 KB
image
5 files • 1.22 KB
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/templates/images/image/._create.html
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/templates/images/image/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/templates/images/image/._list.html
._list_ajax.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/templates/images/image/._list_ajax.html
._ranking.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/templates/images/image/._ranking.html
._bookmarklet_launcher.js
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/templates/._bookmarklet_launcher.js
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._admin.py
._apps.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._apps.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._models.py
._signals.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._signals.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 6/bookmarks/images/._views.py
Chapter 7
33 files • 7.78 KB
myshop
33 files • 7.78 KB
cart
8 files • 1.91 KB
templates
1 files • 251 Bytes
cart
1 files • 251 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/templates/cart/._detail.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._admin.py
._cart.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._cart.py
._context_processors.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._context_processors.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/cart/._views.py
myshop
4 files • 994 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/myshop/.___init__.py
._celery.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/myshop/._celery.py
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/myshop/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/myshop/._urls.py
orders
10 files • 2.43 KB
static
2 files • 497 Bytes
css
2 files • 497 Bytes
._admin.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/static/css/._admin.css
._pdf.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/static/css/._pdf.css
templates
2 files • 495 Bytes
orders
2 files • 495 Bytes
order
2 files • 495 Bytes
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/templates/orders/order/._create.html
._created.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/templates/orders/order/._created.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/._admin.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/._models.py
._tasks.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/._tasks.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/orders/._views.py
shop
11 files • 2.48 KB
migrations
1 files • 207 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/migrations/._0001_initial.py
static
2 files • 374 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/static/css/._base.css
img
1 files • 120 Bytes
._no_image.png
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/static/img/._no_image.png
templates
3 files • 756 Bytes
shop
3 files • 756 Bytes
product
2 files • 507 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/templates/shop/product/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/templates/shop/product/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/templates/shop/._base.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/._admin.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 7/myshop/shop/._views.py
Chapter 8
46 files • 10.9 KB
myshop
46 files • 10.9 KB
cart
8 files • 1.9 KB
templates
1 files • 249 Bytes
cart
1 files • 249 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/templates/cart/._detail.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._admin.py
._cart.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._cart.py
._context_processors.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._context_processors.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/cart/._views.py
myshop
4 files • 996 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/myshop/.___init__.py
._celery.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/myshop/._celery.py
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/myshop/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/myshop/._urls.py
orders
13 files • 3.19 KB
migrations
1 files • 249 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/migrations/._0001_initial.py
static
2 files • 497 Bytes
css
2 files • 497 Bytes
._admin.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/static/css/._admin.css
._pdf.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/static/css/._pdf.css
templates
4 files • 992 Bytes
admin
1 files • 249 Bytes
orders
1 files • 249 Bytes
order
1 files • 249 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/templates/admin/orders/order/._detail.html
orders
3 files • 743 Bytes
order
3 files • 743 Bytes
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/templates/orders/order/._create.html
._created.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/templates/orders/order/._created.html
._pdf.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/templates/orders/order/._pdf.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/._admin.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/._models.py
._tasks.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/._tasks.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/orders/._views.py
payment
9 files • 2.16 KB
templates
3 files • 753 Bytes
payment
3 files • 753 Bytes
._canceled.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/templates/payment/._canceled.html
._done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/templates/payment/._done.html
._process.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/templates/payment/._process.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/._admin.py
._apps.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/._apps.py
._signals.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/._signals.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/payment/._views.py
shop
11 files • 2.48 KB
migrations
1 files • 207 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/migrations/._0001_initial.py
static
2 files • 374 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/static/css/._base.css
img
1 files • 120 Bytes
._no_image.png
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/static/img/._no_image.png
templates
3 files • 756 Bytes
shop
3 files • 756 Bytes
product
2 files • 507 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/templates/shop/product/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/templates/shop/product/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/templates/shop/._base.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/._admin.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/shop/._views.py
._manage.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 8/myshop/._manage.py
Chapter 9
57 files • 13.66 KB
myshop
57 files • 13.66 KB
cart
8 files • 1.98 KB
templates
1 files • 258 Bytes
cart
1 files • 258 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/templates/cart/._detail.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._admin.py
._cart.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._cart.py
._context_processors.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._context_processors.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/cart/._views.py
coupons
6 files • 1.42 KB
migrations
1 files • 209 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/coupons/migrations/._0001_initial.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/coupons/._admin.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/coupons/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/coupons/._models.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/coupons/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/coupons/._views.py
locale
1 files • 253 Bytes
es
1 files • 253 Bytes
LC_MESSAGES
1 files • 253 Bytes
._django.po
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/locale/es/LC_MESSAGES/._django.po
myshop
4 files • 1004 Bytes
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/myshop/.___init__.py
._celery.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/myshop/._celery.py
._settings.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/myshop/._settings.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/myshop/._urls.py
orders
16 files • 3.93 KB
locale
2 files • 457 Bytes
en
1 files • 206 Bytes
LC_MESSAGES
1 files • 206 Bytes
._django.po
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/locale/en/LC_MESSAGES/._django.po
es
1 files • 251 Bytes
LC_MESSAGES
1 files • 251 Bytes
._django.po
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/locale/es/LC_MESSAGES/._django.po
migrations
2 files • 453 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/migrations/._0001_initial.py
._0002_auto_20150606_1735.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/migrations/._0002_auto_20150606_1735.py
static
2 files • 497 Bytes
css
2 files • 497 Bytes
._admin.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/static/css/._admin.css
._pdf.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/static/css/._pdf.css
templates
4 files • 1007 Bytes
admin
1 files • 253 Bytes
orders
1 files • 253 Bytes
order
1 files • 253 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/templates/admin/orders/order/._detail.html
orders
3 files • 754 Bytes
order
3 files • 754 Bytes
._create.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/templates/orders/order/._create.html
._created.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/templates/orders/order/._created.html
._pdf.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/templates/orders/order/._pdf.html
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/._admin.py
._forms.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/._forms.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/._models.py
._tasks.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/._tasks.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/orders/._views.py
payment
9 files • 2.14 KB
templates
3 files • 744 Bytes
payment
3 files • 744 Bytes
._canceled.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/templates/payment/._canceled.html
._done.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/templates/payment/._done.html
._process.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/templates/payment/._process.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/._admin.py
._apps.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/._apps.py
._signals.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/._signals.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/payment/._views.py
shop
13 files • 2.97 KB
migrations
2 files • 456 Bytes
._0001_initial.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/migrations/._0001_initial.py
._0003_migrate_translatable_fields.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/migrations/._0003_migrate_translatable_fields.py
static
2 files • 374 Bytes
css
1 files • 254 Bytes
._base.css
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/static/css/._base.css
img
1 files • 120 Bytes
._no_image.png
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/static/img/._no_image.png
templates
3 files • 747 Bytes
shop
3 files • 747 Bytes
product
2 files • 496 Bytes
._detail.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/templates/shop/product/._detail.html
._list.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/templates/shop/product/._list.html
._base.html
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/templates/shop/._base.html
.___init__.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/.___init__.py
._admin.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/._admin.py
._models.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/._models.py
._recommender.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/._recommender.py
._urls.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/._urls.py
._views.py
Antonio Mele - Django By Example - 2015/Code/__MACOSX/Chapter 9/myshop/shop/._views.py
SoftwareHardware list.docx
Antonio Mele - Django By Example - 2015/Code/SoftwareHardware list.docx
Antonio Mele - Django By Example - 2015.epub
Antonio Mele - Django By Example - 2015/Antonio Mele - Django By Example - 2015.epub
Antonio Mele - Django By Example - 2015.mobi
Antonio Mele - Django By Example - 2015/Antonio Mele - Django By Example - 2015.mobi
Antonio Mele - Django By Example - 2015.pdf
Antonio Mele - Django By Example - 2015/Antonio Mele - Django By Example - 2015.pdf
Trackers (11)
udp://tracker.bitsearch.to:1337/announce
udp://tracker.opentrackr.org:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://tracker.moeking.me:6969/announce
udp://open.stealth.si:80/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.openbittorrent.com:80/announce
udp://tracker4.itzmx.com:2710/announce
udp://retracker.lanta-net.ru:2710/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
Similar Torrents 15
Based on tags and category