Session Variables

2017-05-28 Thread yeddu . j . prasad
Dear Experts, I am new to Django and need your help. I want a set of variables populated into session variables. These will be fixed values for the user such as which company he belongs to, his email id, his role etc. These values will be read from the database by the login form. These values

RE: Angular 2 + Django + Postgresql

2017-05-08 Thread Yeddu J Prasad
Thank you Elorm. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Elorm Koku Sent: Monday, May 8, 2017 7:56 PM To: django-users@googlegroups.com Subject: RE: Angular 2 + Django + Postgresql My best bet: expose django with drf and use angular as a fron

RE: Angular 2 + Django + Postgresql

2017-05-08 Thread Yeddu J Prasad
Thank you Matthew. I will check this out. The only reason I wanted to create the tables first in PostgreSQL is to ensure that I have all the relations right. The schema is quite complex with multiple levels of hierarchical relations & constraints. If this is not possible, I will go the Djang

Angular 2 + Django + Postgresql

2017-05-08 Thread yeddu . j . prasad
Dear Experts, I am planning to build an application using this stack. Any blogs / videos / Links that can help me understand how these three connect will be a great help. Specific questions I am trying to answer are. 1. Will I be able to integrate Django with Angular easily. Does this