display data

2020-03-01 Thread Perceval Maturure
Hi Team is there anyone who has tried to display data from a table to six different cards, when another record is added the first initialy is replaced ? regards -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django

Re: display data

2020-03-03 Thread Perceval Maturure
Hi Kushal Do you ming pointing me to some documentation to be able to do this Regards Perceval > On 1 Mar 2020, at 15:40, Kushal Neupane wrote: > > Search render tag > > On Sun, Mar 1, 2020, 19:20 Perceval Maturure <mailto:drperce...@gmail.com>> wrote: > Hi Tea

Re: display data

2020-03-03 Thread Perceval Maturure
an easily do it > using " [ 0 : 6 ] " > > On Tuesday, 3 March 2020 15:31:10 UTC+5:30, Perceval Maturure wrote: > Hi Naveena > > I have a model below > > I I want to display records in the db on six cards as the end date is past > then the record is remove

drawing a venn diagram with css and html

2020-03-28 Thread Perceval Maturure
Hi team i am trying to draw a diagramm using css and html on my cms but it displays raw css and text. any ideas? -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: drawing a venn diagram with css and html

2020-03-30 Thread Perceval Maturure
Maturure wrote: > Hi team > > i am trying to draw a diagramm using css and html on my cms but it > displays raw css and text. any ideas? > -- > *Perceval Maturure* > > *083 303 9423* > -- *Perceval Maturure* *083 303 9423* -- You received this message because you a

Django pdfs

2020-04-21 Thread Perceval Maturure
Hi Django Users I am developing a Django document management system which will cater for pdf file uploads. What is the best resource to use (tutorial) as I want to have the pdfs accessible from admin. Can I do this with Django filer Regards Perceval -- You received this message because you a

Re: Django pdfs

2020-04-23 Thread Perceval Maturure
eld > <https://docs.djangoproject.com/en/3.0/ref/models/fields/#filefield> for > upload and check what it looks like on the admin side. > > > On Wed, Apr 22, 2020 at 6:09 PM Hella Nick wrote: > >> me to。do you help me? >> >> Perceval Maturure 于2020年4月22日 周

Re: Django pdfs

2020-04-23 Thread Perceval Maturure
download-users-pdf-files > > On Thu, Apr 23, 2020 at 2:11 PM Perceval Maturure > wrote: > >> >> Hi Lunga >> thats the part of the model and the file in django admin in production. >> when debug is off i cant access to url to download the file, would be nice >&

django bootstrap calendar

2020-05-01 Thread Perceval Maturure
hi all, is there anyone who has used the django bootstrap calendar in their projects? im tryin to return current year and month label? -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: How to display calendar in django webapplication?

2020-06-11 Thread Perceval Maturure
nd 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/CAPUBRGVMxcvCb-mOSyBxy_hBVOxEL%2Bz%2B9_SYhiCouhkPq42q4Q%40mail.gmail.com > <https://groups.google.com/d/ms

Re: Deploy Django Ubuntu

2020-06-19 Thread Perceval Maturure
Mod_wsgi does it like a charm https://m.youtube.com/watch?v=Sa_kQheCnds On Fri, 19 Jun 2020 at 21:10, Julio Cojom wrote: > nginx + gunicorn. > > > https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04 > > > > > El vie., 19 jun. 20

select records from a model in another django app

2019-07-30 Thread Perceval Maturure
i want to display model data using a class based view from another model in a different app.any idead -- 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-us

Re: select records from a model in another django app

2019-07-30 Thread Perceval Maturure
@aims-senegal.org> wrote: > >> Import the model from the app of choice and use it as usual. >> >> On Tue, Jul 30, 2019, 11:32 AM Nitin Kumar >> wrote: >> >>> Import another app model. >>> >>> On Tue, 30 Jul, 2019, 4:28 PM Perceval Maturure

Re: select records from a model in another django app

2019-07-31 Thread Perceval Maturure
om otherapp.models import OtherModel > > and then just tell the ListView with model = OtherModel you want to use it. > > hope it helps > > p.s.: please use a different Font! :) > > Am Dienstag, 30. Juli 2019 20:58:55 UTC+2 schrieb Perceval Maturure: >> >> thanks for

database migrations

2019-08-02 Thread Perceval Maturure
of data. please share some thought* Regards -- *Perceval Maturure* *083 303 9423* -- 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-user

Re: database migrations

2019-08-03 Thread Perceval Maturure
Question is what’s the best way forward to avoid situations where u will have to create a new database if ur applications do not work with the current databases so as to avoid populating the database with data again Sent from my iPhone > On 02 Aug 2019, at 14:39, Perceval Maturure wr

Re: database migrations

2019-08-03 Thread Perceval Maturure
main trouble will be joins. Get one small fields > wrong and the join fails. > > Cheers > Roger > On 3/8/19 8:18 pm, Perceval Maturure wrote: > > Question is what’s the best way forward to avoid situations where u will > have to create a new database if ur applications d

Apphook to a django cms page

2019-08-12 Thread Perceval Maturure
_pool.register(archivesuploads) # register the application -- *Perceval Maturure* *083 303 9423* -- 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-use

[no subject]

2019-08-22 Thread Perceval Maturure
Hi All My app is not displaying records from the database after hooking a page to an apphook. I can select the app from admin on the page but when I preview the page is empty, Can anyone share some simplified tutorial for Django version 2.1 and Djangocms 3.6 Regards Perceval -- Sent from Gmail Mob

Re:

2019-08-22 Thread Perceval Maturure
Tutorial on how to simply hook the app to the page On Thu, 22 Aug 2019 at 23:49, Perceval Maturure wrote: > Hi All > My app is not displaying records from the database after hooking a page to > an apphook. I can select the app from admin on the page but when I preview > the page is

Django apphooks

2019-08-23 Thread Perceval Maturure
urls"] apphook_pool.register(ArchivesuploadsApphook) # register the application -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Django Apphook on Django cms 3.6.0

2019-09-06 Thread Perceval Maturure
Hi All , I have been battling with the apphooks in integrating my apps for some weeks, in advanced menu I can select the app on the drop down of the cms page but the cms page I hook my app does not display model data. What could be the problem? I’m using Django 1.11.23 and Django cms 3.6.0 Please a

apphooks and menu items

2019-09-14 Thread Perceval Maturure
dear django users my intergrated django app as an aphook is working when i run 127.0.0.1:8000ttt/publications. The menu has the link /ttt. How do i create a link on the menu so that when i click on the menu item i am directed to 127.0.0.1:8000ttt/publications -- *Perceval Maturure* *083 303

Django cms and templates

2019-09-18 Thread Perceval Maturure
Dear all I have a django project done with Django 2.1 and successfully made an apphook to the cms page bt the problem is that the template file does not display model data unless if I remove the syntax { %extends base.html %} at the top of the template html file What could be causing this? Plea

Django bootstrap calendar

2019-09-23 Thread Perceval Maturure
Is there anyone with a step by step procedure of doing this app in a Django 2.1 environment For newbies like some of us in Django Regards Perceval -- Sent from Gmail Mobile -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

list records of another app in another app

2019-09-24 Thread Perceval Maturure
Hi awesome django users i want to list model records of App1 in a detail view of App2 any ideas? Regards -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

django calendar app

2019-09-26 Thread Perceval Maturure
Dear all i am looking for a django calendar app/package compatible with python 3.7 , django 2.1 and django cms 3.6.0. Any ideas, please let me know -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users"

[no subject]

2019-09-28 Thread Perceval Maturure
dear team my django cms is refusing to take in other templates when i select a different template, what could be the problem? i am on django cms 3.7.0 , django 2.1 and python 3 regards -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the

Django filer

2019-10-02 Thread Perceval Maturure
Dear all how do I return a file or image for preview using Django filer in admin? Any pointers Sent from my iPhone -- 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 ema

[no subject]

2019-10-22 Thread Perceval Maturure
dear Django users Is there a way to display data from a single model on 3 different bootstrap cards ordered by created date. So at the end I can 3 cars each with 2 different items/ records from the model -- Sent from Gmail Mobile -- You received this message because you are subscribed to the G

Django leaflet

2019-10-26 Thread Perceval Maturure
Hi all How do u wire your template and view to display maps in Django leaflet Sent from my iPhone -- 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

[no subject]

2019-10-27 Thread Perceval Maturure
dear django users how do youu make the the first level menu clickable in the customisation of this code. {% show_menu 0 100 100 100 "menu/custom-menu.html" %} -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Group

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Django cms is much simpler. There is also good documentation to “install Django cms by hand” Sent from my iPhone > On 24 Nov 2019, at 19:52, Balaji Shetty wrote: > > Hi > > If I want to develop website in Django. > > Which ones I should prefer > Wagtail or Django CMS or Mez > > Kindly rep

Re: Wagtail or Django CMS or Mez for Web Site

2019-11-24 Thread Perceval Maturure
Yes, it’s called installing Django cms by Hand http://docs.django-cms.org/en/latest/how_to/install.html Sent from my iPhone > On 24 Nov 2019, at 21:19, Ankita Gupta wrote: > >  > > >> On Sunday, November 24, 2019 at 11:54:02 PM UTC+5:30, Perceval Maturure >> w

Django bootstrap calendar

2020-01-20 Thread Perceval Maturure
Dear All Is there anyone who has used the djangobootrstrap calendar in Django 2.xxx project? -- 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+unsubs

Hosting a django website

2020-01-25 Thread Perceval Maturure
dear all 1.what is the best way to host a django website on a shared host that you are not sudo? 2.is this possible? 3. any ideas? -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Django deployment with .htacess

2020-01-30 Thread Perceval Maturure
Hi All Is there anyone who has used .htacess to deploy a Django website on a server you do not have access to the apache2 conf file. ? Please share the tricks Regards Perceval -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Django on production

2020-02-06 Thread Perceval Maturure
Dear Django Masters I have deployed my project on pythonanywhere with Django on python 3.7I have one app with two templates , the other is displaying data whilst the other isn’t. What could be the problem because in the development environment everything is working perfectly. Regards Sent fro

Re: Django on production

2020-02-07 Thread Perceval Maturure
Thank you very much. On Fri, 07 Feb 2020 at 14:44, Ira Abbott wrote: > Let me have a look… > > Sent from my Apple Watch > > > On Feb 7, 2020, at 12:37 AM, Perceval Maturure > wrote: > > > > Dear Django Masters > > > > I have deployed my project

Re: Any newbies especially in Cape Town for meetups?

2020-02-16 Thread Perceval Maturure
That’s a good point. How about, could you elaborate on how this can be done? Skype calls? Skype groups? Please share what you have in mind Regards Perceval > On 15 Feb 2020, at 23:42, Francis Butawu wrote: > > Hi All > > I'm new to Django and I'm looking for some people to organize a meetup wi

Bootstrap Nav Bar

2020-02-20 Thread Perceval Maturure
Dear all I need help with making a bootstrap Nav bar which populates menus restricted to a certain width of the nav bar Any pointers? Regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving ema

Django mysql db issue

2020-02-21 Thread Perceval Maturure
Dear all Is there anyone experiencing the below with python3.7 Django 2.2 django.db.utils.OperationalError: (1074, "Column length too big for column 'url' (max = 16383); use BLOB or TEXT instead") -- You received this message because you are subscribed to the Google Groups "Django users" grou