[ANN] django-service-urls 1.0.1

2018-12-23 Thread Raffaele Salmaso
I'm happy to announce the release of django-service-urls package, an evolution of dj-database-url which can handle CACHES and EMAIL_BACKEND setting other than DATABASES. *Urls* pypi and docs: https://pypi.org/project/django-service-urls/ main repo (bitbucket):

Re: Not able to install Django in ubuntu 16.04

2018-12-23 Thread Rabil Abdullahi
Follow the following steps: sudo apt-get install python3 pip sudo apt-get install python3-venv mkdir "your project's-name" cd project-name python3 -m venv "Your virtual-environment name" source Your virtual-environment name/bin/activate pip install django On Fri, Dec 21, 2018 at 9:36 PM Sanjeev