Re: Looking to help recruiters and job candidates

2023-06-27 Thread Saurav Sharma
So what you plan for this platform..? On Tuesday, June 27, 2023 at 12:18:46 AM UTC+5:30 Andrew Wang wrote: > Hey Djangonaughts! I'm looking to build a tool for recruiters to get > candidates interviews faster by streamlining recruiters' processes. Would > greatly appreciate any connects. Also,

Re: converting a string object into class object

2009-02-08 Thread Saurav
Thanks Daniel and Bruno, your tips were gr8. It helped me out a lot. I am a newbie in python as well as Django, and I m trying to learn them ASAP. I had to finish some work quickly and so had pushed the question here. Thanks anyways -Saurav On Feb 6, 2:24 pm, bruno desthuilliers

converting a string object into class object

2009-02-05 Thread Saurav
, if you notice, I m trying to add "Form" to the model_name for creating an instance of the class CompanyForm, here is my problem, as a result of the addition it becomes string object and hence im getting the error 'str' object is not callable' How can I overcome this problem ?? -Saurav

Re: Retrieving Model Names in an app

2009-02-05 Thread Saurav
, if you notice, I m trying to add "Form" to the model_name for creating an instance of the class CompanyForm, here is my problem, as a result of the addition it becomes string object and hence im getting the error 'str' object is not callable' How can I overcome this problem ?? -Saurav

Re: Retrieving Model Names in an app

2009-02-05 Thread Saurav
Thanks Bruno for the tip. On Feb 5, 2:15 pm, bruno desthuilliers <bruno.desthuilli...@gmail.com> wrote: > On 5 fév, 09:20, Saurav <prio...@gmail.com> wrote: > > > Is there any way to retrieve all the model names in an app ?? > > from django.core.db.loading im

Retrieving Model Names in an app

2009-02-05 Thread Saurav
Is there any way to retrieve all the model names in an app ?? -Saurav --~--~-~--~~~---~--~~ 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@google

Django Admin module without login feature

2009-01-28 Thread Saurav
Hi All, I wanted to use the some of the features of django administration modules without the login feature. In my project there is no concepts of users, Can anybody tell me if its possible and if its possible, how to do it ? Thanks in advance -Saurav