86 görüntüleme
İlk okunmamış mesaja atla

ROHINI PUNDE

okunmadı,
12 Ağu 2020 22:58:3212.08.2020
alıcı django...@googlegroups.com
Hi,
 I want to do sorting, searching and paging in my crud operations,I am not getting exactly what can I do easily with python and django.please give me suggestions

Mike Dewhirst

okunmadı,
12 Ağu 2020 23:35:2312.08.2020
alıcı django...@googlegroups.com
That might be difficult without a little more guidance from you. Python
should let you do virtually anything you want. Django can therefore also
do anything you want because it is written in python and you have access
to the source code. Six suggestions are to google your three terms each
prefixed with "python" first and then google them prefixed with
"django". Select one result which looks most promising and try it out in
a test project. If you run into problems with that you will have more
specific information and will undoubtedly get specific answers to your
questions here.

> --
> 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...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAO9_9ZbbXbcYBZK5i5%3DQSS%2BaO_3ShLNzq1HUz5AfiNdH%3DCwHdg%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAO9_9ZbbXbcYBZK5i5%3DQSS%2BaO_3ShLNzq1HUz5AfiNdH%3DCwHdg%40mail.gmail.com?utm_medium=email&utm_source=footer>.


--
Signed email is an absolute defence against phishing. This email has
been signed with my private key. If you import my public key you can
automatically decrypt my signature and be sure it came from me. Just
ask and I'll send it to you. Your email software can handle signing.


signature.asc

Amitesh Sahay

okunmadı,
12 Ağu 2020 23:37:4312.08.2020
alıcı django...@googlegroups.com
probably, you can implement binary search algorithm

Regards,
Amitesh 


On Thursday, 13 August, 2020, 08:28:02 am IST, ROHINI PUNDE <punde...@gmail.com> wrote:


Hi,
 I want to do sorting, searching and paging in my crud operations,I am not getting exactly what can I do easily with python and django.please give me suggestions

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO9_9ZbbXbcYBZK5i5%3DQSS%2BaO_3ShLNzq1HUz5AfiNdH%3DCwHdg%40mail.gmail.com.

Damanjeet Singh

okunmadı,
13 Ağu 2020 04:08:2313.08.2020
alıcı django...@googlegroups.com
Hello Rohini,

I suggest using the Java script if you would like to do such an operation in the template.


best regards,
Daman


On Thu, Aug 13, 2020 at 3:57 AM ROHINI PUNDE <punde...@gmail.com> wrote:
Hi,
 I want to do sorting, searching and paging in my crud operations,I am not getting exactly what can I do easily with python and django.please give me suggestions

--

Santosh V

okunmadı,
13 Ağu 2020 08:42:2113.08.2020
alıcı django...@googlegroups.com
Hi Rohini,
You can check django docs for pagination and django filter for searching

On Thu, Aug 13, 2020, 8:28 AM ROHINI PUNDE <punde...@gmail.com> wrote:
Hi,
 I want to do sorting, searching and paging in my crud operations,I am not getting exactly what can I do easily with python and django.please give me suggestions

--

Deepraj Devikar

okunmadı,
13 Ağu 2020 08:42:2113.08.2020
alıcı django...@googlegroups.com
Hello Rohini,

use this
MyModels.objects.filter(name = "Rahul")

MyModel is Database table, name is column name, rahul is value to filter
all users whose name is rahul will be filter 

links for more information 

 

shubham vashisht

okunmadı,
13 Ağu 2020 08:42:2113.08.2020
alıcı django...@googlegroups.com
But I think it's not needed because most probably he wants to sort, search Django model objects.

Suraj Kumar

okunmadı,
14 Ağu 2020 10:02:3914.08.2020
alıcı django...@googlegroups.com
Hi guys,

I am to new django.

I am making blog website project. During the making blog website I am stuck one point for last 5 hrs, I don't know how to resolve this. I also searched in google, stackoverflow but I am not satisfied with their answer. So, anyone can help me to resolve this issue.

Please find attached screenshot which given below

image_2020_08_14T12_26_21_466Z-1.png

Avi shah

okunmadı,
14 Ağu 2020 10:28:0814.08.2020
alıcı django...@googlegroups.com
Hello Suraj ,

Kindly send a your code for settings .py , urls.py and views.py so that we could resolve the issue

--
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...@googlegroups.com.

Vishesh Mangla

okunmadı,
14 Ağu 2020 10:30:1614.08.2020
alıcı django...@googlegroups.com

https://www.youtube.com/watch?v=UmljXZIypDc Follow this good tutorial.

 

Sent from Mail for Windows 10

--

Gaurav Srivastava

okunmadı,
14 Ağu 2020 10:35:2914.08.2020
alıcı django...@googlegroups.com

Hii,

It simply says that template does not exist.

Possibly you have given the wrong path in the views section or you didn’t have include the template directory in the settings

Check your issues will be solved. If you have made your template folder in the app, then you don’t have to include the template directory in the settings.

 

Sent from Mail for Windows 10

 

--

Vladimir Zak

okunmadı,
14 Ağu 2020 11:32:2814.08.2020
alıcı django...@googlegroups.com
Hello,

it could be missing your app name in the apps list or your template should be on the place "templates/<your-app-name>/index.html".

Vladimir



pá 14. 8. 2020 v 16:01 odesílatel Suraj Kumar <surajsriva...@gmail.com> napsal:

Suraj Kumar

okunmadı,
14 Ağu 2020 11:32:2814.08.2020
alıcı django...@googlegroups.com
Yes, I didn't include template path in setting.py.
So, that reason template doesn't exist error message coming

Suraj Kumar

okunmadı,
14 Ağu 2020 12:18:1414.08.2020
alıcı django...@googlegroups.com
Hello,
Can anyone tell me What is the code for template path in setting.py

Peter Kirieny

okunmadı,
14 Ağu 2020 14:50:2914.08.2020
alıcı django...@googlegroups.com
hello, my data from json file didn't load into the server,
i can't see them in my admin interface
anybody to assist please

sapna Choudhary

okunmadı,
15 Ağu 2020 16:47:4515.08.2020
alıcı django...@googlegroups.com
'App name/template name' this  is the path to be entered in views.py

Ankit Gadewal

okunmadı,
16 Ağu 2020 08:47:5116.08.2020
alıcı django...@googlegroups.com
I think the problem is with either not mention 'template' in directory or you didn't register app name in installed apps. If you made your template folder outside the app and in the directory where the manage.py file. You have to mention your folder in directories in settings.py.

coolguy

okunmadı,
17 Ağu 2020 10:54:3417.08.2020
alıcı Django users
Send us the project folder screen shot where we can see the app folder and its sub folders. Also send us the screen shot of your view.py and urls.py

Suraj Kumar

okunmadı,
19 Ağu 2020 09:31:1519.08.2020
alıcı django...@googlegroups.com
Hello Django Users,


I want to know there is any need of knowledge in css, Html  while developing website through django. I can also use css framework bootstrap instead of css.
Suraj

tejas padghan

okunmadı,
19 Ağu 2020 10:06:2619.08.2020
alıcı 'rossm6' via Django users
Only basic .....go ahead 

--
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...@googlegroups.com.

Akinfolarin Stephen

okunmadı,
19 Ağu 2020 11:27:1919.08.2020
alıcı django...@googlegroups.com
Yes you have to understand some basic things in other to work with it effectivelg

sapna Choudhary

okunmadı,
19 Ağu 2020 18:26:4819.08.2020
alıcı django...@googlegroups.com
Thank you everyone , I was also confused with this question, got clear.

sylvan kadjo

okunmadı,
19 Ağu 2020 18:28:2819.08.2020
alıcı django...@googlegroups.com
I thank it's always good to know how things work behind the scenes so that you can customize the framework to your needs

--

Venu Gopal

okunmadı,
19 Ağu 2020 18:28:3019.08.2020
alıcı django...@googlegroups.com
Django will manage HTML templates to process backend data but not all features of HTML. To fully functional design of HTML requires CSS, Javascript. jquery.

--

ankit baliyan

okunmadı,
21 Ağu 2020 11:25:2921.08.2020
alıcı django...@googlegroups.com
Plz, tell me how to deploy docker django project on server 

Tobi DEGNON

okunmadı,
21 Ağu 2020 12:10:2221.08.2020
alıcı django...@googlegroups.com
You can try dokku, search dokku on Google, if you have already deploy on Heroku, it is very similar, you just need to install dokku on your Vps, they have really great doc or you can try this 

Le ven. 21 août 2020 16 h 25, ankit baliyan <ankitba...@gmail.com> a écrit :
Plz, tell me how to deploy docker django project on server 

--
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...@googlegroups.com.

ankit baliyan

okunmadı,
21 Ağu 2020 14:48:4721.08.2020
alıcı django...@googlegroups.com
Tümünü yanıtla
Yazarı yanıtla
Yönlendir
0 yeni ileti