On Sat, Mar 30, 2019 at 7:31 PM Josh Marshall <
joshua.r.marshall.1...@gmail.com> wrote:
> I'm helping out on a project, but am running into a paradox of a bug must
> existing in the code, but no project code is called. Not sure how to deal
> with this one. It looks related to URL setup and the
Hi,
That's pylint telling you to change the variable name 'movie_resource' to
all caps.
On Sat, 30 Mar 2019, 07:30 Dennis Alabi, wrote:
> My program throw up this error >>Constant name "movie_resource" doesn't
> conform to UPPER_CASE naming stylepylint(invalid-name)
>
>
>
>
>
> """vidly URL Conf
Thanks to the responders. I was unaware of formsets / midelformsets. I am
reading about them now.
Cheers
--
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
Hi,
To connect multiple forms you should use: FormSets
https://docs.djangoproject.com/en/2.1/topics/forms/formsets/
Or
https://docs.djangoproject.com/en/2.1/topics/forms/modelforms/#using-an-inline-formset-in-a-view
Read about it in the above links.
Regards,
Kiran Capoor
On Sunday, March 3
I'm helping out on a project, but am running into a paradox of a bug must
existing in the code, but no project code is called. Not sure how to deal
with this one. It looks related to URL setup and the urls.py file is
practically identical to the examples. Can anyone make sense of this stack
Best way to learn coding n framework is to build a project. I have taken
courses from various vendors, best ones are the one from Coding For
Entrepreneurs. He also has a youtube channel. Start with try django 1.8
On Sun, Mar 31, 2019, 6:20 AM Makori Breens wrote:
> http://track.haatm.com/aff_c?o
http://track.haatm.com/aff_c?offer_id=919&aff_id=29710
On 3/30/19, Victor H. Velasquez Rizo wrote:
> Hello Carol.
>
> Try this
> https://tutorial.djangogirls.org/en/
>
> On Sat, Mar 30, 2019 at 9:12 AM carol caro wrote:
>
>> Hello. I am a new or beginner django developer. Where do I start from..
I think, you will need to implement something like below.
Profile:
first_name
middle_name
last_name
birthday
address (primary/default)
email (primary/default)
phone (primary/default)
Address
address_line1
address_line2
City
state
zip
Email
emai
Sorry couldn't read your mail properly.
Akash sir let me know your response I have already shared my resume with you
On Sun 31 Mar, 2019, 3:56 AM sachin thakur,
wrote:
> Right time to call you now??
>
> On Sun 31 Mar, 2019, 3:56 AM DEEPAK RAGHAV,
> wrote:
>
>> Hello Sir,
>>
>> I am also looki
Right time to call you now??
On Sun 31 Mar, 2019, 3:56 AM DEEPAK RAGHAV,
wrote:
> Hello Sir,
>
> I am also looking for internsjp in Django.
> contact no:7840037929
>
> Thanks & Regards,
> Deepak
>
> On Fri, Mar 29, 2019 at 12:41 AM Akash Purandare
> wrote:
>
>> Hello Django Developers
>>
>> We
Hello Sir,
I am also looking for internsjp in Django.
contact no:7840037929
Thanks & Regards,
Deepak
On Fri, Mar 29, 2019 at 12:41 AM Akash Purandare
wrote:
> Hello Django Developers
>
> We would like to provide you with opportunities to work in a live project
> on Django. This is an internsh
Hi all,
I am Saidat a new django developer, i need help on how to go about
this " Change
admin portal URL to more obvious path and add link in side menu to admin
settings for admin users". In summary:
1. i want to change URL string to more intuitive URL (i.e.
fhp.example.com/drunken-octo-
Hi
I am looking for some advice. I have a basic Profile model. It looks
something like:
Profile:
first_name
middle_name
last_name
birthday
address_line1
address_line2
city
state
zip
email
phone
I have a ModelForm that goes with this.
This is sufficient for nearly all the cases I am trying to
The online version of the book is pinned to Django 1.11. You may want to
check that out.
-Jorge
On Sat, Mar 30, 2019 at 4:40 AM Test Bot wrote:
> Sorry for the bother but I finally solved it by using Django's Test Client
> and checking for status_code and template used to render the response in
Go to scripts/activate.bat. it shud activate the ebv
On Sat, Mar 30, 2019, 2:32 PM John wrote:
> Good evening
>
> I've created and activated venv like this:
> $ python3 -m venv
> $ source /bin/activate
>
> Now Ive ‘deactivate’ the venv
>
> How do I re-activate please?
>
> 🙏
>
>
> --
> You recei
Hello John:
You have to be in the folder where the enviroment was created, then type
source /bin/activate
On Sat, Mar 30, 2019 at 1:32 PM John wrote:
> Good evening
>
> I've created and activated venv like this:
> $ python3 -m venv
> $ source /bin/activate
>
> Now Ive ‘deactivate’ the venv
>
>
You do it: source /bin/activate
Missatge de John del dia ds., 30 de març 2019 a
les 19:32:
> Good evening
>
> I've created and activated venv like this:
> $ python3 -m venv
> $ source /bin/activate
>
> Now Ive ‘deactivate’ the venv
>
> How do I re-activate please?
>
> 🙏
>
>
> --
> You received
Good evening
I've created and activated venv like this:
$ python3 -m venv
$ source /bin/activate
Now Ive ‘deactivate’ the venv
How do I re-activate please?
🙏
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group an
Hello Carol.
Try this
https://tutorial.djangogirls.org/en/
On Sat, Mar 30, 2019 at 9:12 AM carol caro wrote:
> Hello. I am a new or beginner django developer. Where do I start from
> I have installed python and integrated with Django framework but I don't
> know what to do next
>
> --
> You
Hello Mohammad.
thank you for your help.
If you read carefully the content of the thread, you will see that all the
code was posted and I was able to figure things out thanks to the help of
the developer.
K.
On Saturday, 30 March 2019 16:29:58 UTC+1, Mohammad Etemaddar wrote:
>
> Dear Kabiba,
Hi Carlton,
1. I apologize for the time taking me to reply. I had other things to
handle before I could handle this issue.
2. The settings in models such as User are per class/model and not per
instance. You can see the models in the following file:
https://github.com/speedy-net/speedy-net/blob/s
Dear Kabiba,
It would be good to post your code (specially the part that renders the
template). I think you're addressing the template by 'seeker_list.html'.
You need to specify the mother directory 'munichi...app/seeker_list.html'.
or put seeker_list.html right inside the templates directory.
On
Hi, you can see, is very good.
http://www.moreware.org/books/The%20Definitive%20Guide%20to%20Django.pdf
El sáb., 30 de mar. de 2019 a la(s) 10:12, carol caro (carolcar...@gmail.com)
escribió:
> Hello. I am a new or beginner django developer. Where do I start from
> I have installed python an
Hi Carol,
The next, for example, can be doing all the official tutorial :
https://docs.djangoproject.com/en/2.1/intro/tutorial01/#
This was my way
There are books too, I recommend you this editorial:
https://www.packtpub.com/
Good luck!!
Missatge de carol caro del dia ds., 30 de març 20
Hello. I am a new or beginner django developer. Where do I start from I
have installed python and integrated with Django framework but I don't know
what to do next
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this grou
Hello,
I thought I would post here the link to the question (which was not
answered) I just asked on Stackoverflow.
https://stackoverflow.com/questions/55431695/django-2-7-1-templatedoesnotexist-at-munichlivingapp-seekers
Any suggestions are welcome. Thanks.
K.
--
You received this message
@jgi...@caktusgroup.com Thank you for your help, I received some help on
Stackoverflow.
@ Krishna Tulsyan Thank you for your help, I received some help on
Stackoverflow.
On Friday, 29 March 2019 12:37:05 UTC+1, Krishna Tulsyan wrote:
>
> Hi,
> can you provide the folder structure of your app, a
Consider the "Upgrading Django to a newer version" guide.
https://docs.djangoproject.com/en/stable/howto/upgrade-version/
On Friday, March 29, 2019 at 4:52:10 AM UTC-4, Uri Even-Chen wrote:
>
> Hi,
>
> I want to upgrade Django from 1.11 to 2.2. Do I have to upgrade first to
> 2.0 and then to 2.1,
Sorry for the bother but I finally solved it by using Django's Test Client
and checking for status_code and template used to render the response in my
unit-test.
Regards,
Test Bot
On Sat, Mar 30, 2019 at 5:00 PM Test Bot wrote:
> I tried removing the {% csrf_token %} from my index.html But it s
I tried removing the {% csrf_token %} from my index.html But it seemed to
have no effect. I got the following traceback for further clarity
*
START OF TRACEBACK*
Thanks everyone for the clearance of the problem. I will remove the unit
test's logic to check fir template, it seems a viable test case along with
the status code value.
On Fri, Mar 29, 2019, 2:24 AM Chetan Ganji wrote:
> There is one more way you could do it
>
>
> class TestIndexPageLoad(TestC
If the user enter incorrect credentials then you will redirect it to
another page or a pop up which shows wrong credentials.
def user_login(request):
if request.method == 'POST':
# First get the username and password supplied
username = request.POST.get('username')
password = request.POST.get('pas
32 matches
Mail list logo