Re: Collapsible elements in admin stopped working with latest release

2019-07-15 Thread Mike Dewhirst
Paul I have dug a little deeper.I am getting a warning in 2.1 ... D:\Users\mike\envs\xxct3\lib\site-packages\django\forms\widgets.py:126: MediaOrderConflictWarning: Detected duplicate Media files in an opposite order: admin/js/vendor/jquery/jquery.min.js /tinymce/filebrowser/ MediaOrderConfli

Deploying Django app with Channels on a Shared Linux Hosting

2019-07-15 Thread Fatemeh Ahmadzadeh
Hi friend, Are you slove this problem? I have the same problem. Thanks -- 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.

Deploying Django app with Channels on a Shared Linux Hosting

2019-07-15 Thread DANIEL URBANO DE LA RUA
Yo have to use daphne to deploy asgi application is all not uwsgi -- 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 p

如何解析源码

2019-07-15 Thread xuehao weng
如何解析源码 -- 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 post to this group, send email to django-users@googlegroups.

Re: 如何解析源码

2019-07-15 Thread Fabio C. Barrionuevo da Luz
https://github.com/django/django Em seg, 15 de jul de 2019 07:51, xuehao weng escreveu: > 如何解析源码 > > -- > 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 djan

Re: SESSION_EXPIRE_AT_BROWSER_CLOSE

2019-07-15 Thread Bill Freeman
Once there was no such thing as a cookie that expired at browser close. Note that such must be implemented by the user agent (browser), since that's the only thing that knows if it has been closed. (And, in fact, if you want it to be closed if the browser crashes, or if it is hard killed by the OS

integrate vue js with django

2019-07-15 Thread Ryan Kite
This article has a working code sample for getting Vue and Django to work, NOTE: use the Git repo linked at the very end. The code samples in the articles are just for reading. https://medium.com/quick-code/crud-app-using-vue-js-and-django-516edf4e4217 -- You received this message because yo

Re: integrate vue js with django

2019-07-15 Thread Sam W
*Use Django REST framework for Django and Vue.axios for vuejs* *Example: * https://medium.com/@jrmybrcf/how-to-build-a-project-with-django-vuejs-create-a-rest-api-endpoint-b57374a89661 On Monday, July 15, 2019 at 12:10:48 AM UTC-5, Pradeep Singh wrote: > > can anyone tell me how to integrate vu

Re: Django admin application for Android

2019-07-15 Thread Ibrahim K
Good work, really appreciated one!! On Monday, July 15, 2019 at 4:21:58 PM UTC+5:30, Jens-Joris Decorte wrote: > > Hello Django developers! > > Being both a Django developer and a heavy user of Django applications, I > found myself accessing the admin interface of my Django sites quite often > v

E-Mail Client Django

2019-07-15 Thread Sebastian Jung
Hello, i want a full complete E-Mail client like https://www.mailpile.is/ but in django. I need only from mailpile a view with template with email directories on left side and in rest with a list with date and subject. When user click on email then on bottom open detailview from email. And i

Re: UniqueConstraint raises uncaught IntegrityError in Admin

2019-07-15 Thread Michael Barr
Yeah, this one just bit me in the Django Admin as well. According to the docs , Validation of Constraints > > In general constraints are *not* checked during full_clean(), and do not > raise ValidationErrors. Rather you’ll get a data

Reach the server

2019-07-15 Thread CHENXIN YANG
I created the new Django project on a vagrant virtual box, but I had trouble reaching the server at http://127.0.0.1:8000/ after running the server. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiv

Create a multitab home page of a blog

2019-07-15 Thread Nicolas Huergo
Hey! I'm pretty much new to Django, so I cannot figure this out: I have the home page and the way to post updates in my blog, but I want to sort the posts into categories. Like sports, fitness, politics. But I want to do it into two lists of multiple tabs, one horizontal and one vertical. And

ModelForm "error_css_class" not getting applied to ValidationErrors raised in model.clean()

2019-07-15 Thread Jacob Greene
Hello! Has anyone dealt with this before? It seems that my forms don't add the CSS class to errors raised in model.clean() or model.clean_fields() methods. I have a form that looks something like this: class HttpsFaxBoxForm(forms.ModelForm): error_css_class = 'form_error' class Meta:

Django Admin autocomplete with diacritic support (transliteration / accent support)

2019-07-15 Thread Alex Scott
Hello, I'm using the built-in autocomplete for my admin section which I believe uses the Select2 package. In the documentation of Select2 , it says diacritic-modified letters will be translated into ASCII count