Home
Filter by
Categories
Tags
Authors
Show all
All
Android
Artificial Intelligence
Computer Vision
Data Analysis
Data Science
Deep Learning
Django
ELK
English
Java
Kafka
Keras
Machine Learning
Mathematics
Python
PyTorch
Recommendation Systems
Software Engineering
State of art technologies
Tensorflow
Ubuntu
All
boltzman
Collins
Cython
Deploy
Django
Elasticsearch
ELK
English
Exception Handling
GPU
IELTS
Logging
Python
PyTorch
Self-Driving Car
Tutorial
Ubuntu
All
Amir Masoud Sefidian
November 16, 2019
Published by
Amir Masoud Sefidian
at
November 16, 2019
Categories
Django
Python
Ubuntu
Deploy Django with Postgres, Nginx, and Gunicorn on Ubuntu 18.04
This a copy of https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04 . Introduction Django is a powerful web framework that can help you get your Python […]
November 5, 2019
Published by
Amir Masoud Sefidian
at
November 5, 2019
Categories
Django
Python
Ubuntu
Deploying django application to a production server
If you have been developing your web application with django on a development server and wondered, how i’m i going to […]
November 8, 2017
Published by
Amir Masoud Sefidian
at
November 8, 2017
Categories
Django
Relation between sessions and cookies
Cookie A cookie is just a key-value pair that is stored in the user’s browser. A cookie is sent to […]