Forums

Django not posting with SSL

Hello .

In my website when I try to add a new post (to the database) it adds using HTTP but not in HTTPS !!

Whatt's the issue ???

Hmm, sorry, I don't understand what you mean. How are you adding the posts to the database?

Hello .

I'm creating a model and pointing our to the fields to add to the database in the views.py

Sorry, I still don't understand. Could you explain exactly what you're doing, and what is behaving differently to the way you expect it to? For example:

With no HTTPS

  • I go to page X
  • I enter the data for a post
  • It appears on my front page.

With HTTPS

  • I go to page X
  • I enter the data
  • It does not appear.