Re: Python Django Training

2020-02-20 Thread MTS BOUR
Add me. Let start from the bottom Le jeu. 20 févr. 2020 18:56, Mahaboob Khan a écrit : > Add me to the group.. > > On Thu, 6 Feb, 2020, 10:56 PM Aakash Verma, <4k45hr0ck5...@gmail.com> > wrote: > >> I am interested in attending the training for python /django . >> >> On Sat, Feb 1, 2020, 7:12 PM

Re: Django rest framework error

2020-02-20 Thread MTS BOUR
you for your response. > > On Thu 20 Feb, 2020, 11:17 PM MTS BOUR, wrote: > >> Can you show us your serializer.py file? >> >> >> Le jeu. 20 févr. 2020 17:40, Soumen Khatua a >> écrit : >> >>> Hi Folks, >>> >>> I'm getting

Re: Django rest framework error

2020-02-20 Thread MTS BOUR
Can you show us your serializer.py file? Le jeu. 20 févr. 2020 17:40, Soumen Khatua a écrit : > Hi Folks, > > I'm getting this error, I don't know how to solve it: > > > > > *File > "C:\Users\TildeHat\AppData\Local\Programs\Python\Python38-32\lib\json\encoder.py", > line 179, in defaultrais

Re: Could not parse the remainder: '='dashboard'' from 'section='dashboard''

2019-11-23 Thread MTS BOUR
you need to learn python if var=='yourthing': == instead of = in your conditions Le ven. 22 nov. 2019 à 21:01, Aly_34_04 MR_34_04 < allaberdi16yazha...@gmail.com> a écrit : > nothing changed( > > > On Fri, Nov 22, 2019 at 10:05 PM Larry Martell > wrote: > >> == >> >> -- >> You received this mess

Re: Could not parse the remainder: '='dashboard'' from 'section='dashboard''

2019-11-22 Thread MTS BOUR
Le ven. 22 nov. 2019 à 20:05, Larry Martell a écrit : > == > > -- > 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. >

Re: Approach to implement a Rest call functionality

2018-11-20 Thread MTS BOUR
I didn't really understand what you mean, why not use method Post in a boutton in an Html form ? Le mar. 20 nov. 2018 à 12:24, prateek gupta a écrit : > Hi All, > > I have an admin panel built on Django 2.0.6, MySql 5.7 and Python 3.6. > > In this panel I have a field 'PIN' described in models.p

Re: Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread MTS BOUR
Stackoverflow is your friend https://stackoverflow.com/questions/51201018/pipenv-not-recognizing-pyenv-version Pipenv is doesn't automatically use the same Python version unless you tell it to do that. You can either tell Pipenv to use a specific Python version, like pipenv install --python 3.7

Re: If any one have experience with Django treebeard package

2018-07-08 Thread MTS BOUR
This example may help you http://django-treebeard.readthedocs.io/en/latest/tutorial.html You people should get used to read tutorials before asking a question. In case you don't find what you look for then it ok to ask. Le dim. 8 juil. 2018 15:49, 'Kristofer Pettijohn' via Django users < djang

Re: Regarding an issue

2018-06-20 Thread MTS BOUR
Well you only have /admin and /music in urls.py you need to add / when you configure your ulrpatterns Le mer. 20 juin 2018 13:47, Julio Biason a écrit : > Hi Mayank, > > You tried to access "/"; there is no url associated with this path, so > it's a 404. The only valid URLs are `/admin` and `/mu

Re: Installation issue

2018-06-19 Thread MTS BOUR
Hello Make sure you can import django from python shell And check the python version you are using with you python files You can use the full path to python But that is not fun to do everytime For more check here https://stackoverflow.com/questions/312549/no-module-named-django-core