https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
Asynchronous Tasks With #Django and #Celery
“Celery is an asynchronous task queue/job #queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.” For this post, we will focus on the scheduling feature to periodically run a job/task.
http://mongoengine.readthedocs.io/en/latest/index.html
#MongoEngine is an Object-Document Mapper, written in #Python for working with #MongoDB. To install it, simply run
#Django
https://github.com/pyvideo/pyvideo.github.io
#Pycon
#Pyvideo_archives
#Python
#Django
https://thinkster.io/django-angularjs-tutorial
Building #Web_Applications with #Django and #AngularJS
https://github.com/andrewgodwin/channels-examples
This is a repository of simple, well-commented #examples of how to implement a few different #site features in #Django Channels.
https://www.ibm.com/developerworks/topics/python%20django
Develop, #deploy, and manage your apps in the cloud
The #Bluemix cloud platform has everything you need to get started.
#Django
http://django-bootstrap3.readthedocs.io/en/latest/
you can use #django-#bootstrap3 in your #templates.
http://tutos.readthedocs.io/en/latest/source/ndg.html
due to the lacks of informations about deploying latests version of #django (1.6+) with latest #nginx (1.6+) using #gunicorn (18+) inside virtual environment of #python 3 (3.4+), it was really hard for a beginner like me to deploy a django project.
https://medium.com/@Pinterest_Engineering/how-we-switched-our-template-rendering-engine-to-react-a799a3d540b0
How we switched our template rendering engine to #React
In 2015, we made the decision to migrate our legacy web experience to React to keep up with our fast growth and perform better with increased developer velocity.
When we began this project, Pinterest.com was humming along on the existing architecture for some time. On the server, #Django, a Python web application framework, served our web requests and #Jinja was rendering our #templates. The server response to the browser included all the markup, assets and data the browser needed to fetch our JavaScript, images and CSS, and initialize our client-side application. Nunjucks, a JavaScript template rendering engine that uses the same template syntax as Jinja, did all subsequent template renders on the client side.
https://djangopackages.org/
#Django Packages is a directory of reusable #apps, #sites, #tools, and more for your Django projects.
https://djangopackages.org/grids/g/storage-backends/
https://realpython.com/blog/python/test-driven-development-of-a-django-restful-api/#.WQiKaPiH0gU.linkedin
This post walks through the process of developing a CRUD-based #RESTful#API with #Django and #Django_REST_Framework, which is used for rapidly building RESTful APIs based on Django models.
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django
#Django is an extremely popular and fully featured server-side #web#framework, written in #Python. The module shows you why Django is one of the most popular web server frameworks, how to set up a development environment, and how to get started with using it to create your own web #applications.
Prerequisites
Before starting this module you don't need to have any knowledge of Django. You will need to understand what server-side web programming and web frameworks are, ideally by reading the topics in our Server-side website programming first steps module.
A general knowledge of programming concepts and Python is recommended, but not essential to understanding the core concepts.