Re: How can I use Django

2020-04-22 Thread Anonymous Patel
https://www.youtube.com/channel/UCxxPBCkto7W8MX6TMctgLqw Here is Developers community where you can ask for videos of your errors or how to start with django they provide videos in a day or two so try commenting your problem there or join there telegram channel with same name errormania. They are

Re: How can I use Django

2020-04-22 Thread Motaz Hejaze
Please checkout the official documentation On Wed, 22 Apr 2020, 3:21 pm saifadnan abdallah, < saifadnanabdal...@gmail.com> wrote: > In which Computer app can I use Django > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe

How can I use Django

2020-04-22 Thread saifadnan abdallah
In which Computer app can I use Django -- 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

how can I use django model with range like this?

2013-08-23 Thread jinge
Hi, everyone! We use django for processing our logs. We build our model like this class URL(models.Model): url = models.TextField(unique=True) class cachelogtype1(models.Model): url = models.ForeignKey(URL) datetime = models.DateTimeField() Our tables in DB

How can i use "Django Admin" part sortable in my project?

2009-01-05 Thread jai_python
Hi frenz, i want to use sortable in my project for sorting datas. already django admin part has one sortable. can we use(extend) admin part sortable in our project. if possible, can you please tel me how can i do it? Would be thankful for reply. Jayapal