Re: I am building an open source School Management System

2020-05-09 Thread johnf
Your website was very nice.  I liked the slider over. Johnf On 5/9/20 4:08 AM, ola neat wrote: Mine is for secondary school,  i have it on heroku https://dhope-sms.herokuapp.com/my-sms/ Still have somethings to tidy sha On Sat, May 9, 2020, 11:15 Adedotun Richard <mailto:dotun

Re: Can you do this with the Django ORM?

2020-03-21 Thread johnf
google "django send raw sql" Johnf On 3/21/20 8:52 AM, 'rossm6' via Django users wrote: Can the django ORM do something like this? |SELECT *FROM "products_maxbid"asm JOIN "products_auction"asa on m.auction_id =a.uuid WHERE m.uuid in(SELECT m.uuid FROM

Re: is there a WYSIWYG for Django

2020-02-08 Thread johnf
Thanks Fiber looks better.  But you did say you use mostly TinyMCE.  I can develop the site (it's just as straight forward with some pictures, menu and a few pages) then hand that over to the owners to maintain using TinyMCE??  What about mobile etc...? Johnf On 2/8/20 8:36 AM, Bill Fr

Re: is there a WYSIWYG for Django

2020-02-08 Thread johnf
Thanks that is a start.  I would also like something that will help with design of the pages/views. Johnf On 2/8/20 7:51 AM, Andrew C. wrote: Try Quill.js. If you google Quill.js and Quill.js Django, I believe you'll find the Django package that goes along with that text editor. Really

Re: Open Source IDE to start with Django Web development

2019-11-07 Thread johnf
Every time I see one these which is the best IDE - I never see WingIDE.  I often wonder why.  It works as well as any other of the suggestions? Johnf On 11/7/19 5:38 AM, Siratim Mustaquim wrote: Why don't you just try a few IDE's and text editors, IDK how much OSS or NonOSS IDE w

Re: wrong URL for view function

2019-07-10 Thread johnf
ntyId': countyId},     dataType: "json", In some ways this does seem to be better.  Still I know for a fact the other way use to work. Johnf On 7/10/19 12:07 AM, Javier Rivera wrote: You need to capture parameters in your path definition if they are part of the url.

wrong URL for view function

2019-07-09 Thread johnf
    │   ├── reg3.html     │   ├── reg4.html     │   └── rejected.html     ├── tests.py     ├── urls.py     └── views.py Thanks in advance, Johnf -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and sto

Re: PostrgreSQL Inside Virtualenv

2018-01-24 Thread johnf
I doubt it is possible to install Postgres into virtualenv??? At least I'm not aware that it can be done.  I'll do a little research and see if I can be done.  Of course it can be installed on VM. Johnf On 01/24/2018 02:25 AM, tango ward wrote: Noted. Thanks On Wed, Jan 24, 20

Re: emulate desktop multi-windows

2018-01-19 Thread johnf
Thank you very much - I was about to check out EXTjs along with DojotoolKit today. It looks like I might be able to get this done using web tech. Johnf On 01/19/2018 02:42 AM, Jani Tiainen wrote: Hi, Also Dojotoolkit has windows (or actually Dijit does which is part of Dojotoolkit

Re: emulate desktop multi-windows

2018-01-18 Thread johnf
cript, and nodejs).  I'm guessing (mostly from your emails) that there are javascript frameworks that will allow what I looking for - I  just haven't found it YET! Johnf On 01/18/2018 11:12 AM, Andréas Kühne wrote: No John, I don't think you understand what we are saying :-)

Re: emulate desktop multi-windows

2018-01-18 Thread johnf
abilities. That's not good.  BTW I was looking at Electron and discovered that it can easily match the desktop multi-window and it's using web tech.  So I'm guessing it is possible but not often requested. Johnf On 01/18/2018 09:48 AM, Andréas Kühne wrote: Hi, I think

Re: emulate desktop multi-windows

2018-01-18 Thread johnf
ts to replace the template system that Django uses. It just seems to me that this issue must have come up in the past.  There must be a solution provided by Django without replacing parts of the Django framework???? Johnf On 01/18/2018 06:22 AM, Jani Tiainen wrote: Hi. Yes and no. Usually y

Re: emulate desktop multi-windows

2018-01-18 Thread johnf
But doesn't Django provide the template system?  Do you replace the template system with DoyuoToolkit? Johnf On 01/18/2018 05:43 AM, Jani Tiainen wrote: Hi, This actually doesn't have anything to do with Django, but frontend. Basically you need to pick some Javascript UI fram

Re: emulate desktop multi-windows

2018-01-18 Thread johnf
Doesn't opening a new browser window imply using lots of memory? Johnf On 01/18/2018 05:11 AM, Andréas Kühne wrote: Hi, You would have to either write a single page application that handles the window creations (to make it more like an application). But the standard way would just to

emulate desktop multi-windows

2018-01-18 Thread johnf
l without closing any of the windows/forms.  IOW I can have many windows open at the same time all using the same form with different customer records. How can I do this with Django?  I would like to replace the desktop app with a web app using Django. Johnf -- You received this message becau

Re: Convert Excel code to Python

2018-01-10 Thread johnf
code will only cause you to have a bad Django project. Johnf On 01/09/2018 09:53 PM, BIJAL MANIAR wrote: Hi, Thanks all for reply. Since it is an old application there is no documentation for it. I will have to do Reverse Engineering by looking at vbscript code and gathering requirements

Re: print option with django application

2017-12-19 Thread johnf
I wonder what solutions there are for print from a django app? Is it possible to use reportlab for example.  Or is there some other solution that is normally used from django apps? Johnf On 12/19/2017 05:47 AM, Larry Martell wrote: On Tue, Dec 19, 2017 at 1:50 AM, Ketul Suthar wrote: I

Re: Noobie question, can't get url request to work, 404

2017-07-05 Thread johnf
to be honest I haven't used Django in a while so take what I'm saying as wrong - but shouldn't the url be url(r'hello/$', views.hello, name='hello'), Not sure you need "^" although I doubt it hurts. Johnf On 07/05/2017 02:23 PM, ahickm...@tamu.

trouble with setting static for img and css

2017-05-11 Thread johnf
hat I need in STATIC_URL, and MEDIA_URL. Thanks in advance, Johnf -- 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...@goog