skip to Main Content

How to add tag field in django? – SEO

Here I have some model and this model should have some tags for making it SEO friendly.For this how can i design my model? Any suggestions or help would be appreciated. my model class TourPackage(models.Model): name = models.CharField(max_length=255) package_detail =…

VIEW QUESTION

Deploying django project on DigitalOcean with apache and mod_wsgi and getting error as Target WSGI script cannot be loaded as Python module

Deploying django project on DigitalOcean with apache and mod_wsgi I'm using Ubuntu 16.04 apache 2.4 python3.5.2 django==1.11 Firebase Installed Apache : https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-16-04 sudo apt-get install build-essential libssl-dev libffi-dev python3-dev sudo apt-get install libapache2-mod-wsgi-py3 sudo apt-get install aptitude sudo aptitude install…

VIEW QUESTION
Back To Top
Search