Error

2019-11-27 Thread Ankita Gupta
This error is coming again and again. HINT: Add or change a related_name argument to the definition for 'User.groups' or 'User.groups'. auth.User.user_permissions: (fields.E304) Reverse accessor for 'User.user_permissions' clashes with reverse accessor for 'User.user_permissions'. HINT: Add or c

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Ankita Gupta
On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure wrote: > > Django cms is much simpler. There is also good documentation to “install > Django cms by hand” > Hey! Can we insert django-cms in already made Django based projects.? Is this possible.? > > > Sent from my iPhon

Re: University management system

2019-10-09 Thread Ankita Gupta
quirement 6 grading system. Or "rating" fortunately there exists quite > many django apps that does this. > Can you list some of them? > > > ke 9. lokak. 2019 klo 19.55 Ankita Gupta > kirjoitti: > >> Hello everyone! >> I have a project to make on univer

Re: University management system

2019-10-09 Thread Ankita Gupta
> > > 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, advisors >> etc) >&g

Re: University management system

2019-10-09 Thread Ankita Gupta
, Oct 9, 2019 at 9:54 AM 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, advisors >> etc) >> 2. Students n

University management system

2019-10-09 Thread Ankita Gupta
Hello everyone! I have a project to make on university management system. BASIC requirements- 1. Heirarichal mode(multiple users like mentor, student, Dean, advisors etc) 2. Students need to post daily blogs about their progress(if certain task is given to them by their mentors). 3. Blogs will h

Multi user blog

2019-10-03 Thread Ankita Gupta
I have tried wagtail-cms but I don't know how to add multiple users and heirarichal approach in that. -- 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-us

Multi user blog

2019-10-03 Thread Ankita Gupta
Does anyone know of a good project mad din django with following requirements.? Requirements- Multiple user can post daily blogs. Heirarichal (multi level) users like college level system where users have different destinations, be it student, mentor, Dean etc. Weekly report management system f

Multi user blog

2019-10-03 Thread Ankita Gupta
Please ignore auto correct errors. -- 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 discussion on the web

Weekly Report builder

2019-09-29 Thread Ankita Gupta
I have a blog project, where users posts daily posts. I want to see activity of users like weekly report or monthly report.. just like in github we have which shows activity of users over time. How can I achieve this? Any guidance is appreciable. -- You received this message because you are s

Re: best option for Front End Design in Django

2019-09-26 Thread Ankita Gupta
What is post-man? Can you explain it little more? On Thu, 26 Sep 2019, 7:13 pm dheeraj technoevanglist, wrote: > Totally agreed Django applies separation of concern so start with html > basics or make back end first and test it through the post man. > > On Thu, Sep 26, 2019, 16:28 Nick Sarbicki

Re: convert python 3 to python2

2019-09-22 Thread Ankita Gupta
On Sat, 21 Sep, 2019, 11:02 PM Ankita Gupta, > wrote: > >> Not related to Django, I have a project made in python3 but due to some >> package installation, i need to convert my project to python2. Is there any >> method or package to solve this? >> >> -- >

openLdap authentication in django

2019-09-22 Thread Ankita Gupta
I am trying to add ldap authentication in my django project using (django_python3_ldap) after running python manage.py ldap_sync_users i am getting this error receive_timeout=settings.LDAP_AUTH_RECEIVE_TIMEOUT, TypeError: __init__() got an unexpected keyword argument 'receive_timeout' setti

openLdap authentication in django

2019-09-22 Thread Ankita Gupta
I am trying to add ldap authentication in my django project using (django_python3_ldap) after running python manage.py ldap_sync_users i am getting this error receive_timeout=settings.LDAP_AUTH_RECEIVE_TIMEOUT, TypeError: __init__() got an unexpected keyword argument 'receive_timeout' setti

convert python 3 to python2

2019-09-21 Thread Ankita Gupta
Not related to Django, I have a project made in python3 but due to some package installation, i need to convert my project to python2. Is there any method or package to solve this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: Why does Django say my login form is invalid? How can I find out why Django thinks it is?

2017-11-30 Thread ankita gupta
On Wednesday, 29 November 2017 08:24:26 UTC+5:30, Tom Tanner wrote: > > My `forms.py` looks like this. (I want user's email to be their login > username. > from django.utils.translation import ugettext_lazy as _ > > from django import forms > from django.contrib.auth.forms import Authentication