Neil Wallace
Neil Wallace
These are deprecated with 2.1 in favour of class based views. see https://docs.djangoproject.com/en/2.1/internals/deprecation/ and https://docs.djangoproject.com/en/2.1/releases/1.11/#deprecated-features-1-11
nicogaspa, from the links I posted contrib.auth’s password_change(), password_change_done(), password_reset(), password_reset_done(), password_reset_confirm(), and password_reset_complete() function-based views are deprecated in favor of new class-based views PasswordChangeView, PasswordChangeDoneView, PasswordResetView, PasswordResetDoneView, PasswordResetConfirmView, and...
Anthony - this is my urls.py for my "accounts" app. ` from django.conf.urls import url from django.contrib.auth.views import ( PasswordResetView, PasswordResetConfirmView, PasswordResetDoneView, PasswordResetCompleteView, PasswordChangeView, PasswordChangeDoneView, ) from accounts import views...
I have never heard of orthanc. -- sent from my phone, please excuse my brevity. Neil. On 15 Dec 2016 10:50 pm, "scythargon" wrote: > Hi! Does OpenMolar support such...
Yes. The practice is under new ownership (ie. Not me anymore). The new management wanted a different solution. I can still use openmolar, but it will no longer be stress...
Yes, you can. To run openmolar, grab a release from http://static.openmolar.com/om1/releases/openmolar-1.0.16-win32.msi to run from source code, you'll need to create a python3 environment and pip install python-qt5, python-mysql. however, please...
Instructions on how to "manually install a database" are available on the openmolar website `http://openmolar.com/om1/help/manual-db-create`
This is down to a change in recent mysql server versions in the handling of "group by" queries. More information (and some workarounds) are noted here.... [https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html](url) A global fix...
It's not ready. Feature list of openmolar 1 is approximately 100 times more than that of openmolar2. I'll switch to openmolar2 if (and when!) they are feature compatible. At current...
Try a "Long press" incorporating a "side swipe". I found this after much experimentation. An "Add event button" would be a nice addition. https://user-images.githubusercontent.com/1211485/124349605-c68d2800-dbe7-11eb-9f3a-8fe53b16cee5.mp4