TorBT - Torrents and Magnet Links Search Engine
Shalabh Aggarwal - Flask Framework Cookbook - 2014
- Date: 2025-04-09
- Size: 4.2 MB
- Files: 209
File Name
Size
code/Chapter-10/app_tests.py
4.5 kB
code/Chapter-10/generate_profile.py
170 B
code/Chapter-10/my_app/__init__.py
1.5 kB
code/Chapter-10/my_app/babel.cfg
102 B
code/Chapter-10/my_app/catalog/__init__.py
0 B
code/Chapter-10/my_app/catalog/models.py
3.2 kB
code/Chapter-10/my_app/catalog/views.py
5.3 kB
code/Chapter-10/my_app/messages.pot
1.7 kB
code/Chapter-10/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-10/my_app/static/css/main.css
88 B
code/Chapter-10/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-10/my_app/templates/404.html
325 B
code/Chapter-10/my_app/templates/base.html
1.4 kB
code/Chapter-10/my_app/templates/categories.html
260 B
code/Chapter-10/my_app/templates/category-create.html
369 B
code/Chapter-10/my_app/templates/category.html
393 B
code/Chapter-10/my_app/templates/home.html
441 B
code/Chapter-10/my_app/templates/product-create.html
688 B
code/Chapter-10/my_app/templates/product.html
329 B
code/Chapter-10/my_app/templates/products.html
848 B
code/Chapter-10/my_app/translations/.DS_Store
6.0 kB
code/Chapter-10/my_app/translations/fr/.DS_Store
6.0 kB
code/Chapter-10/my_app/translations/fr/LC_MESSAGES/.DS_Store
6.0 kB
code/Chapter-10/my_app/translations/fr/LC_MESSAGES/messages.mo
1.2 kB
code/Chapter-10/my_app/translations/fr/LC_MESSAGES/messages.po
1.9 kB
code/Chapter-10/run.py
43 B
code/Chapter-11/apache_wsgi.conf
563 B
code/Chapter-11/app.wsgi
232 B
code/Chapter-11/app_tests.py
4.5 kB
code/Chapter-11/application.py
99 B
code/Chapter-11/fabfile.py
549 B
code/Chapter-11/generate_profile.py
170 B
code/Chapter-11/MANIFEST.in
111 B
code/Chapter-11/my_app/__init__.py
1.7 kB
code/Chapter-11/my_app/babel.cfg
102 B
code/Chapter-11/my_app/catalog/__init__.py
0 B
code/Chapter-11/my_app/catalog/models.py
3.2 kB
code/Chapter-11/my_app/catalog/views.py
5.7 kB
code/Chapter-11/my_app/messages.pot
1.7 kB
code/Chapter-11/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-11/my_app/static/css/main.css
88 B
code/Chapter-11/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-11/my_app/templates/404.html
325 B
code/Chapter-11/my_app/templates/base.html
1.4 kB
code/Chapter-11/my_app/templates/categories.html
260 B
code/Chapter-11/my_app/templates/category-create.html
369 B
code/Chapter-11/my_app/templates/category.html
393 B
code/Chapter-11/my_app/templates/home.html
441 B
code/Chapter-11/my_app/templates/product-create.html
688 B
code/Chapter-11/my_app/templates/product.html
347 B
code/Chapter-11/my_app/templates/products.html
848 B
code/Chapter-11/my_app/translations/.DS_Store
6.0 kB
code/Chapter-11/my_app/translations/fr/.DS_Store
6.0 kB
code/Chapter-11/my_app/translations/fr/LC_MESSAGES/.DS_Store
6.0 kB
code/Chapter-11/my_app/translations/fr/LC_MESSAGES/messages.mo
1.2 kB
code/Chapter-11/my_app/translations/fr/LC_MESSAGES/messages.po
1.9 kB
code/Chapter-11/newrelic.ini
8.7 kB
code/Chapter-11/nginx-wsgi.conf
180 B
code/Chapter-11/Procfile
56 B
code/Chapter-11/requirements.txt
346 B
code/Chapter-11/run.py
43 B
code/Chapter-11/setup.py
983 B
code/Chapter-11/tornado_server.py
235 B
code/Chapter-11/uwsgi.ini
146 B
code/Chapter-12/my_app/__init__.py
1.5 kB
code/Chapter-12/my_app/catalog/__init__.py
0 B
code/Chapter-12/my_app/catalog/models.py
1.6 kB
code/Chapter-12/my_app/catalog/views.py
4.7 kB
code/Chapter-12/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-12/my_app/static/css/main.css
88 B
code/Chapter-12/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-12/my_app/templates/404.html
325 B
code/Chapter-12/my_app/templates/base.html
1.4 kB
code/Chapter-12/my_app/templates/categories.html
260 B
code/Chapter-12/my_app/templates/category-create-email-html.html
270 B
code/Chapter-12/my_app/templates/category-create-email-text.html
255 B
code/Chapter-12/my_app/templates/category.html
393 B
code/Chapter-12/my_app/templates/home.html
422 B
code/Chapter-12/my_app/templates/product-create.html
1.3 kB
code/Chapter-12/my_app/templates/product.html
240 B
code/Chapter-12/my_app/templates/products.html
767 B
code/Chapter-12/run.py
43 B
code/Chapter-1/my_app/__init__.py
114 B
code/Chapter-1/my_app/hello/__init__.py
0 B
code/Chapter-1/my_app/hello/models.py
62 B
code/Chapter-1/my_app/hello/views.py
450 B
code/Chapter-1/run.py
43 B
code/Chapter-1/setup.py
844 B
code/Chapter-2/my_app/__init__.py
360 B
code/Chapter-2/my_app/product/__init__.py
0 B
code/Chapter-2/my_app/product/models.py
443 B
code/Chapter-2/my_app/product/views.py
711 B
code/Chapter-2/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-2/my_app/static/css/main.css
88 B
code/Chapter-2/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-2/my_app/templates/base.html
1.0 kB
code/Chapter-2/my_app/templates/home.html
366 B
code/Chapter-2/my_app/templates/product.html
274 B
code/Chapter-2/run.py
43 B
code/Chapter-2/setup.py
844 B
code/Chapter-3/my_app/__init__.py
302 B
code/Chapter-3/my_app/catalog/__init__.py
0 B
code/Chapter-3/my_app/catalog/models.py
370 B
code/Chapter-3/my_app/catalog/views.py
1015 B
code/Chapter-3/run.py
43 B
code/Chapter-4/my_app/__init__.py
304 B
code/Chapter-4/my_app/catalog/__init__.py
0 B
code/Chapter-4/my_app/catalog/models.py
775 B
code/Chapter-4/my_app/catalog/views.py
3.4 kB
code/Chapter-4/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-4/my_app/static/css/main.css
88 B
code/Chapter-4/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-4/my_app/templates/404.html
325 B
code/Chapter-4/my_app/templates/base.html
1.4 kB
code/Chapter-4/my_app/templates/categories.html
260 B
code/Chapter-4/my_app/templates/category.html
393 B
code/Chapter-4/my_app/templates/home.html
422 B
code/Chapter-4/my_app/templates/product-create.html
1.0 kB
code/Chapter-4/my_app/templates/product.html
240 B
code/Chapter-4/my_app/templates/products.html
767 B
code/Chapter-4/run.py
43 B
code/Chapter-5/my_app/__init__.py
523 B
code/Chapter-5/my_app/catalog/__init__.py
0 B
code/Chapter-5/my_app/catalog/models.py
3.1 kB
code/Chapter-5/my_app/catalog/views.py
4.2 kB
code/Chapter-5/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-5/my_app/static/css/main.css
88 B
code/Chapter-5/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-5/my_app/templates/404.html
325 B
code/Chapter-5/my_app/templates/base.html
1.4 kB
code/Chapter-5/my_app/templates/categories.html
260 B
code/Chapter-5/my_app/templates/category-create.html
369 B
code/Chapter-5/my_app/templates/category.html
393 B
code/Chapter-5/my_app/templates/home.html
422 B
code/Chapter-5/my_app/templates/product-create.html
688 B
code/Chapter-5/my_app/templates/product.html
288 B
code/Chapter-5/my_app/templates/products.html
767 B
code/Chapter-5/run.py
43 B
code/Chapter-6/my_app/__init__.py
1.8 kB
code/Chapter-6/my_app/auth/__init__.py
0 B
code/Chapter-6/my_app/auth/models.py
1.3 kB
code/Chapter-6/my_app/auth/views.py
7.1 kB
code/Chapter-6/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-6/my_app/static/css/main.css
88 B
code/Chapter-6/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-6/my_app/templates/base.html
1.4 kB
code/Chapter-6/my_app/templates/home.html
416 B
code/Chapter-6/my_app/templates/login.html
1.5 kB
code/Chapter-6/my_app/templates/register.html
559 B
code/Chapter-6/run.py
43 B
code/Chapter-7/my_app/__init__.py
354 B
code/Chapter-7/my_app/catalog/__init__.py
0 B
code/Chapter-7/my_app/catalog/models.py
780 B
code/Chapter-7/my_app/catalog/views.py
5.7 kB
code/Chapter-7/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-7/my_app/static/css/main.css
88 B
code/Chapter-7/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-7/my_app/templates/404.html
325 B
code/Chapter-7/my_app/templates/base.html
1.4 kB
code/Chapter-7/my_app/templates/categories.html
260 B
code/Chapter-7/my_app/templates/category.html
393 B
code/Chapter-7/my_app/templates/home.html
422 B
code/Chapter-7/my_app/templates/product-create.html
1.0 kB
code/Chapter-7/my_app/templates/product.html
240 B
code/Chapter-7/my_app/templates/products.html
767 B
code/Chapter-7/run.py
43 B
code/Chapter-8/my_app/__init__.py
726 B
code/Chapter-8/my_app/auth/__init__.py
0 B
code/Chapter-8/my_app/auth/models.py
2.1 kB
code/Chapter-8/my_app/auth/views.py
8.1 kB
code/Chapter-8/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-8/my_app/static/css/main.css
88 B
code/Chapter-8/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-8/my_app/templates/admin-home.html
375 B
code/Chapter-8/my_app/templates/base.html
1.6 kB
code/Chapter-8/my_app/templates/edit.html
183 B
code/Chapter-8/my_app/templates/home.html
416 B
code/Chapter-8/my_app/templates/login.html
473 B
code/Chapter-8/my_app/templates/register.html
559 B
code/Chapter-8/my_app/templates/some-template.html
64 B
code/Chapter-8/my_app/templates/user-create-admin.html
564 B
code/Chapter-8/my_app/templates/user-update-admin.html
492 B
code/Chapter-8/my_app/templates/users-list-admin.html
877 B
code/Chapter-8/run.py
43 B
code/Chapter-9/my_app/__init__.py
644 B
code/Chapter-9/my_app/babel.cfg
102 B
code/Chapter-9/my_app/catalog/__init__.py
0 B
code/Chapter-9/my_app/catalog/models.py
3.1 kB
code/Chapter-9/my_app/catalog/views.py
4.8 kB
code/Chapter-9/my_app/messages.pot
1.7 kB
code/Chapter-9/my_app/static/css/bootstrap.min.css
98 kB
code/Chapter-9/my_app/static/css/main.css
88 B
code/Chapter-9/my_app/static/js/bootstrap.min.js
28 kB
code/Chapter-9/my_app/templates/404.html
325 B
code/Chapter-9/my_app/templates/base.html
1.4 kB
code/Chapter-9/my_app/templates/categories.html
260 B
code/Chapter-9/my_app/templates/category-create.html
369 B
code/Chapter-9/my_app/templates/category.html
393 B
code/Chapter-9/my_app/templates/home.html
441 B
code/Chapter-9/my_app/templates/product-create.html
688 B
code/Chapter-9/my_app/templates/product.html
288 B
code/Chapter-9/my_app/templates/products.html
848 B
code/Chapter-9/my_app/translations/.DS_Store
6.0 kB
code/Chapter-9/my_app/translations/fr/.DS_Store
6.0 kB
code/Chapter-9/my_app/translations/fr/LC_MESSAGES/.DS_Store
6.0 kB
code/Chapter-9/my_app/translations/fr/LC_MESSAGES/messages.mo
1.2 kB
code/Chapter-9/my_app/translations/fr/LC_MESSAGES/messages.po
1.9 kB
code/Chapter-9/run.py
43 B
Shalabh Aggarwal - Flask Framework Cookbook - 2014.pdf
2.8 MB