Re: University management system

2019-10-09 Thread Nitin Kumar
I can do this for you over the week end, you will have to pay me for that. On Wed, 9 Oct, 2019, 10:24 PM Ankita Gupta, wrote: > Hello everyone! > I have a project to make on university management system. > BASIC requirements- > 1. Heirarichal mode(multiple users like mentor, student, Dean,

ANYONE!!! Django ai working

2019-09-13 Thread nitin kumar
How does make application to understand a document! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this

Re: Dblink creation from Oracle 11g to postgres

2019-09-10 Thread nitin kumar
Sure, for what we are here. How? On Tue 10 Sep, 2019, 10:18 PM Peter Mudoko, wrote: > Hey I have done one can we discuss about it > > On Tue, 10 Sep 2019, 18:12 nitin kumar, wrote: > >> I just want to fetch the data to populate (non editable)in different >> i

Re: Django ORM

2019-09-10 Thread nitin kumar
Not getting you exactly. Want to populate data based on searching db? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com.

Dblink creation from Oracle 11g to postgres

2019-09-10 Thread nitin kumar
I just want to fetch the data to populate (non editable)in different interface from Oracle 11g to postgresql. How to create the dblink between these two database. What procedure I have to follow? -- You received this message because you are subscribed to the Google Groups "Django users"

Data on Popup

2019-09-08 Thread nitin kumar
How to popup unique id of recently saved data. I get the data by data = Class(##inserting value into table) data.save() data.id But how to print this is on popup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: On submitting data using get errors

2019-09-02 Thread nitin kumar
Thank you !! On Tue 3 Sep, 2019, 1:52 AM Nitin Kumar, wrote: > form3 at line 16 is no longer model form3 you imported in line 3 > it is a function you defined at line 8. > > So form3 does not take **kwargs. > at line 16 you are passing keyword arguments to the form3 f

Re: On submitting data using get errors

2019-09-02 Thread Nitin Kumar
nitin kumar wrote: > Please find models.py, views.py and error on browser > > Thanks > > On Mon 2 Sep, 2019, 9:29 PM Suraj Thapa FC, > wrote: > >> Code pls >> >> On Mon, 2 Sep, 2019, 9:20 PM nitin kumar, >> wrote: >> >>> On submitting dat

On submitting data using get errors

2019-09-02 Thread nitin kumar
On submitting data using text field of html getting error of form2() got an unexpected keyword argument 'aname' Where Form2()- class defined in model aname- attribute of class In other way form2 is table with column Anne Db - postgresql -- You received this message because you are subscribed

Re: select records from a model in another django app

2019-07-30 Thread Nitin Kumar
Import another app model. On Tue, 30 Jul, 2019, 4:28 PM Perceval Maturure, wrote: > i want to display model data using a class based view from another model > in a different app.any idead > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: Display image in template

2019-05-28 Thread Nitin Kumar
{{ album.album_logo.url }} On Wed, 29 May, 2019, 12:08 AM anchal agarwal Thanks for the answer but I have already set the MEDIA path > here is my urls.py > from . import settings > from django.contrib.staticfiles.urls import static > from django.contrib.staticfiles.urls import

Re: Need help for Cascading Drop Down for Continent, Country in Admin GUI - Not Getting correct Answer from Many Days

2019-05-22 Thread Nitin Kumar
, Count32 > > But I get all Countries under all Continent. Cascading dependency are not > shown > > I tried different option but lot of issues are there . > > > > Example > > > > On Wed, May 22, 2019 at 10:56 AM Nitin Kumar > wrote: > >> Everything see

Re: Need help for Cascading Drop Down for Continent, Country in Admin GUI - Not Getting correct Answer from Many Days

2019-05-21 Thread Nitin Kumar
Everything seems alright. It seems you haven't created any continents yet. The table is empty. On Wed, 22 May, 2019, 10:52 AM Balaji Shetty Hi > > I am learning Django from last months and want to implement Cascading Drop > Down for Continent and Country in Admin GUI. > > I dropped same query

Re: looking for team members as my technical Advisory

2019-02-22 Thread Nitin Kumar
I am interested. On Fri 22 Feb, 2019, 9:22 PM Jani Tiainen I am interested in as well. > > On Fri, Feb 22, 2019 at 12:02 PM Nura Bash wrote: > >> Good day, all am Nura bashir CEO of Teamlead enterprise Nigeria, am >> looking for Technical advisory members for my project which am about to >>

Re: Job Request

2019-01-25 Thread Nitin Kumar
@Roshan I am interested. On Fri, Jan 25, 2019 at 11:49 PM Roshan Shah wrote: > I do have a project that I want to get built on. Can I get some help from > people who are starting in Django to work on it? > > Roshan > Founder Cogdina Inc > http://www.cogdina.com > > On Fri, Jan 25, 2019 at 11:47

Re: Job Request

2019-01-24 Thread Nitin Kumar
ngo-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAKzNicEOU2soBYa1cBWJ-oJEzcqt%3DaC5U%3DECOmxWo580U9O9pw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. Nitin-Kumar-Resume.pdf Description: Adobe PDF document

Projects in django

2019-01-16 Thread Nitin Kumar
Hi, I have an year of experience working in python and django. I am looking for some projects in django for remote work. Regards, Nitin Kumar -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: hi, How can I deploy my first Django website ?

2019-01-15 Thread Nitin Kumar
Here is a tutorial : https://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html On Tue, Jan 15, 2019 at 8:37 PM wrote: > i can not understand > > > On Tuesday, January 15, 2019 at 5:03:58 PM UTC+2, Nitin Kumar wrote: >> >> uwsgi/gunicorn >> Nginx &

Re: hi, How can I deploy my first Django website ?

2019-01-15 Thread Nitin Kumar
uwsgi/gunicorn Nginx On Tue 15 Jan, 2019, 8:30 PM what is the best web hosting provider for Django websites? > > What should I learn to deploy my first Django website? > > what is the process? > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Convoluted setup information

2018-08-18 Thread Nitin Kumar
Congratulations. On Sun, Aug 19, 2018 at 12:19 AM, akshay kanade wrote: > Excellent thought. I’ll work on it and share something soon which could be > helpful for others. > > Anyway got the rocket up and running finally  > > > On Sat, 18 Aug 2018 at 11:56 PM, Joel Mathew wrote: > >> You could

Re: New project in virtual env referencing another project's default/redirected path

2018-05-18 Thread Nitin Kumar
ty good job with its suggestions. >> >> On Fri, May 18, 2018 at 9:35 AM Nitin Kumar <nitink...@gmail.com> wrote: >> >>> you have to import include. >>> >>> from django.urls import path, include >>> >>> On Fri, May 18, 2018 at 9:45 PM

Re: New project in virtual env referencing another project's default/redirected path

2018-05-18 Thread Nitin Kumar
RL to our application > from django.views.generic import RedirectView > urlpatterns += [ > path('', RedirectView.as_view(url='/catalog/', permanent=True)), > ] > > > ---- >

Re: New project in virtual env referencing another project's default/redirected path

2018-05-18 Thread Nitin Kumar
Hi Ankit, You must add the urls of catalog to the project urls, locallibrary.urls. On Fri, May 18, 2018 at 8:32 PM, wrote: > Hi Doug, > > I am new to Django and i also started with MDN Locallibrary project. > Everything went fine until Django admin site but I stuck at