Need Freelancer to work on project

2019-11-24 Thread Balaji Shetty
Hi I have a project. If anybody is interested to work and complete the work.Kindly let me know on my personal email id Only. Developer may work remotely. Assignment will be done on quality of work as well as completion time ( 1 to 2 weeks only) . Please contact with bio data, your previous

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Balaji Shetty
Dear Perceval Maturure Thank You very much for your email reply. May GOD bless you. On Mon, Nov 25, 2019 at 2:24 AM Perceval Maturure wrote: > Yes, it’s called installing Django cms by Hand > http://docs.django-cms.org/en/latest/how_to/install.html > > > > Sent from my iPhone > > On 24 Nov

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Yes, it’s called installing Django cms by Hand http://docs.django-cms.org/en/latest/how_to/install.html Sent from my iPhone > On 24 Nov 2019, at 21:19, Ankita Gupta wrote: > >  > > >> On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure >> wrote: >> Django cms is much

Re: Custom Template Tags Render Method

2019-11-24 Thread 'Ross' via Django users
I meant to write "indeed this section of the same article seems to support this - https://docs.djangoproject.com/en/2.2/howto/custom-template-tags/#auto-escaping-considerations " On Sunday, November 24, 2019 at 6:43:44 PM UTC, Ross wrote: > > To create our own custom template tags we have to

Re: I can't import views

2019-11-24 Thread Jorge Gimeno
Where is the views.py file located? On Sun, Nov 24, 2019 at 10:23 AM Shrikanth M wrote: > can i get solution for this? > > On Saturday, August 5, 2017 at 4:43:42 AM UTC+5:30, Body Abdo wrote: >> >> I'm trying to import view in my url in base project but i can't >> >> >> File

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

Custom Template Tags Render Method

2019-11-24 Thread 'Ross' via Django users
To create our own custom template tags we have to define a Node subclass which implements a render method. Example from https://docs.djangoproject.com/en/2.2/howto/custom-template-tags/#auto-escaping-considerations import datetimefrom django import template class

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Django cms is much simpler. There is also good documentation to “install Django cms by hand” Sent from my iPhone > On 24 Nov 2019, at 19:52, Balaji Shetty wrote: > > Hi > > If I want to develop website in Django. > > Which ones I should prefer > Wagtail or Django CMS or Mez > > Kindly

Re: I can't import views

2019-11-24 Thread Shrikanth M
can i get solution for this? On Saturday, August 5, 2017 at 4:43:42 AM UTC+5:30, Body Abdo wrote: > > I'm trying to import view in my url in base project but i can't > > > File "/var/www/project/venvs/lib64/python3.6/importlib/__init__.py", line > 126, in import_module > return

Re: How to develop distributed file transfer app based on ftp using python

2019-11-24 Thread Integr@te System
u can go to django doc that have every thing necessary. On Sun, Nov 24, 2019, 23:43 JOE BASS wrote: > Please I need help on how I can develop distributed file transfer app > based on ftp using python has the back end together with mysql > > -- > You received this message because you are

Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Balaji Shetty
Hi If I want to develop website in Django. Which ones I should prefer Wagtail or Django CMS or Mez Kindly reply -- Mr Shetty Balaji Asst. Prof. IT Department SGGS I Nanded. My. India -- You received this message because you are subscribed to the Google Groups "Django users" group. To

[no subject]

2019-11-24 Thread Paras Jain
its showing error like this: TypeError at /edit_profile/ edit_profile() missing 1 required positional argument: 'pk' views.py: def edit_profile(request, pk): post = get_object_or_404(User, pk=pk) if request.method == "POST": form = EditProfileForm(request.POST, instance=post)

Re: Internal error 500

2019-11-24 Thread MUHAMED ELSAYED
You have a syntax error at line 11 in settings.py On Sun, 24 Nov 2019, 3:15 pm Integr@te System, wrote: > Hi Issuer, > > Plz check ALLOWED_HOSTS require in publish site > > > > > https://docs.djangoproject.com/en/2.2/releases/1.5/#allowed-hosts-required-in-production > > > >

How to develop distributed file transfer app based on ftp using python

2019-11-24 Thread JOE BASS
Please I need help on how I can develop distributed file transfer app based on ftp using python has the back end together with mysql -- 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

Re: Help

2019-11-24 Thread Integr@te System
Hi Issuer, plz check your syntax of code block or assignment object pass to function as arg to program see .clean_data attribute. On Sun, Nov 24, 2019, 22:29 Tosin Ayoola wrote: > If I remove the .cleaned_data so how do I include the parameter for the > filter? > > On Nov 24, 2019 16:05,

Re: Help

2019-11-24 Thread Tosin Ayoola
If I remove the .cleaned_data so how do I include the parameter for the filter? On Nov 24, 2019 16:05, "Paras Jain" wrote: > remove from .cleaned data part > > On Sun, Nov 24, 2019 at 8:03 PM Tosin Ayoola > wrote: > >> Halo guyz, working on a school management system, and I created a view >>

Re: Help

2019-11-24 Thread Paras Jain
remove from .cleaned data part On Sun, Nov 24, 2019 at 8:03 PM Tosin Ayoola wrote: > Halo guyz, working on a school management system, and I created a view > that filter & display the assignment given to a particular class, but > instead I'm getting a "assignment_form has no attributes

Help

2019-11-24 Thread Tosin Ayoola
Halo guyz, working on a school management system, and I created a view that filter & display the assignment given to a particular class, but instead I'm getting a "assignment_form has no attributes cleaned_data" error message what am I doing wrong, can anyone help out below is d view -- You

Re: Internal error 500

2019-11-24 Thread Integr@te System
Hi Issuer, Plz check ALLOWED_HOSTS require in publish site https://docs.djangoproject.com/en/2.2/releases/1.5/#allowed-hosts-required-in-production https://stackoverflow.com/questions/15128135/setting-debug-false-causes-500-error On Sun, Nov 24, 2019, 02:43 Kasper Laudrup wrote: > Hi

Re: extending a custom user (AbstractBaseUser) and displaying in admin

2019-11-24 Thread Elico
Hi Motaz, Thank you for your response. I didn’t try that yet, however my assumption is that I would have duplicates of fields inherited from the User class. On Sun 24. Nov 2019 at 11:16, Motaz Hejaze wrote: > One way around is to make the models Employee and Company to inheret from > User

Re: extending a custom user (AbstractBaseUser) and displaying in admin

2019-11-24 Thread Motaz Hejaze
One way around is to make the models Employee and Company to inheret from User in models.py class Employee(User): ... class Company(User): ... On Sun, 24 Nov 2019, 5:33 am Underground Creatorz, < moorestephen...@gmail.com> wrote: > Hello all. Have a merry christmas and happy new Year. (