Re: new to django

2020-03-01 Thread Aditya Khatwa
Congratulations 1st step completed a 100 more to go.

On Sun, 1 Mar 2020, 23:55 Omkar Parab,  wrote:

> Here's the Perfect Django tutorial.
> From development to production.
> 
> https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p
>
> On Sun, Mar 1, 2020, 11:33 PM Gurjot Kawatra  wrote:
>
>> hello everyone ...if anybody could help me out
>> my django server is started and i'm able to see congratulation messege...
>> now plz tell me the next step to create a project and run and watching
>> output at the localhost:8000
>>
>> --
>> 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 visit
>> https://groups.google.com/d/msgid/django-users/f336394b-8fff-4893-ac04-ee5049357d85%40googlegroups.com
>> 
>> .
>>
> --
> 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 visit
> https://groups.google.com/d/msgid/django-users/CAJY8mfz_etvYx68asZwps0Fqb67_arNW6ByC%3DzpFg62OEo8rgw%40mail.gmail.com
> 
> .
>

-- 
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 visit 
https://groups.google.com/d/msgid/django-users/CAOnqjLwzM9iokN0VAmzxLv_yYhbpSN59BGrYaNc7NpQByu%2B%3DSA%40mail.gmail.com.


Re: Django blog post not linking to detail.html page

2020-01-25 Thread Aditya Khatwa
Django 2 by example is pretty good book when it comes to understand
django
If you are having some problems then I suggest you go through the same
project in your case blog post again and try to match it with your code
syntax most likely you are going to find the problem you are facing.

On Sun, 26 Jan 2020, 00:18 aakansha jain,  wrote:

> Can anyone tell me how to run the django development environment so that I
> can contribute to Django
>
> On Sunday, January 19, 2020 at 9:56:31 PM UTC+5:30, amanda wrote:
>>
>> Hello,
>> I am new to Django, i follow a book : Django by Example 2. i install a
>> blog, it show blog post list, but when i click post title, it does not go
>> to post detail.html page.
>> anyone can tell me where i can wrong?
>> Thank you very much!
>>
>>
>>
>> --
> 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 visit
> https://groups.google.com/d/msgid/django-users/67f861ef-ad1c-4632-b65f-9722835c3150%40googlegroups.com
> 
> .
>

-- 
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 visit 
https://groups.google.com/d/msgid/django-users/CAOnqjLz97A6aQYkUCGAC4y5k2p%2BZ5dz2fnZEzfePu8%3D-OAshyA%40mail.gmail.com.


Re: Jinja pattern doesnt work inside a for loop

2020-01-25 Thread Aditya Khatwa
Use custom templates tag instead doing it directly... make a function
stating your {% query_set %} and then use it inside the template.


On Sat, 25 Jan 2020, 18:29 Jani Eric,  wrote:

> thanks bro
>
>
> On Saturday, January 25, 2020 at 3:11:33 PM UTC+5, Chinmay Dali wrote:
>>
>> I am trying to loop over a product list{more so a queryset} in django using 
>> for loop, by adding the range of products The following code works when 
>> printed out in cmd prompt
>>
>> I am doing something like this
>>
>> '''
>>
>> for card in allproduct[nextRangePage:limit]:
>>
>> '''
>>
>>  in django template using this
>>
>> '''
>>
>> {% for card in allproduct[{%'nextRangePage'%}:{%'limit'%}] %}
>>
>> '''
>>
>> it gives the following the error:
>>
>> ```
>>
>> *django.template.exceptions.TemplateSyntaxError: Could not parse the 
>> remainder: '[{%'nextRangePage'' from 'allproduct[{%'nextRangePage''*
>>
>> ```
>>
>> --
> 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 visit
> https://groups.google.com/d/msgid/django-users/a9b2cafa-d9eb-4ec7-a3f7-24edd1f42ee7%40googlegroups.com
> 
> .
>

-- 
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 visit 
https://groups.google.com/d/msgid/django-users/CAOnqjLwgQMF%2B-Uo7kdNzSCQ_1tPRYc-DsSU5yAB5JUnQZWeWTg%40mail.gmail.com.


Re: Got an interview, need some idea for projects.

2020-01-23 Thread Aditya Khatwa
Create a small website that shows your own portfolio such as your project
listing etc can be done in 3-5 days.
Add a form as well if you want.
Focus on the dynamic aspect rather than its aesthetic for a faster result...

On Thu, 23 Jan 2020, 12:41 Jack Lin,  wrote:

>
>
> Hi Django users, I'm Jack who currently learning Django everyday
> 
> My practice projects is little tiny function for now. however I got an
> interview yesterday which is an Django Web Developer in Stock Company.
> 
>
> The contact person told me that I should prepare a project to show my
> skills. It make me wonder should I do something bigger rather than practice
> some teeny- tiny function :(
> I got a few knowledge and a lot of interest in stock. But I got no ideas
> what can I do on a website?
>
> Any ideas?
>
>
> Sincerely Yours
> Jack Sanchez, who learn DjangoEveryDay
> 
> .
>
> --
> 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 visit
> https://groups.google.com/d/msgid/django-users/cd6cd293-ed76-49ad-8e70-a0511088912c%40googlegroups.com
> 
> .
>

-- 
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 visit 
https://groups.google.com/d/msgid/django-users/CAOnqjLwUOJZsTHU_pQZwhP3V4CnQ1jmB1dtFXevKm6Le6edESw%40mail.gmail.com.