How to create Time Series Tables In DJango

2011-09-16 Thread deepak gupta
Hi All, Is there any facility in Django to create time series table. My Req. is : I want to create one table monthly or Daily basis as my data is huge so I want to distribute the load monthly or daily basis, so I wan to use same schema name and need to create table regularly. for ex: for monthly

How to use DJANGO as reverse proxy over HTTPS?

2011-10-10 Thread deepak gupta
Hi All, Do any one knows How to use DJANGO as reverse proxy over HTTPS? Do DJANGO webserver support HTTPS? Thanks. Deepak G. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To

HTTP Error 403 - Forbidden occurs

2017-08-30 Thread deepak gupta
I have Django App Using Django 1.9, Apache 2.4.6 Hosted on HTTPS Certificate is : Multi Domain Certificate: *.customer.mydomain.com I am facing the Issue of HTTP Error 403 - Forbidden , The Web server is configured to not list contents of this directory or you do not have enough permission to acce

Django Security issue

2016-12-04 Thread deepak gupta
Hi All, When ever we are opening a public IP on our server (CentOS and our application developed on Django 1.9.7, Angular 1.5). Inbound port is enabled on 8080, there is no port configuration for outbound traffic. We found once we enable public IP, it start generating huge outbound HTTP traffic, e

Error(after updating to django 1.9

2016-02-17 Thread Deepak Gupta
I am trying to create a project CommandError: /home/shaastr/bnms/manage.py already exists, overlaying a project or app into an existing directory won't replace conflicting files -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

Django Mod WSGI Key missing in header

2020-07-30 Thread deepak gupta
Hi All, We are trying to send the Client_id, Session_id key from other system to our Django Application. But the same is not received in header. Is there anyway Django can allow the keys with _. We are using Apache web server & Mod wsgi. Regards, Deepak Gupta -- You received this mes