bootstrap for vertical (two column spam)

2018-12-19 Thread Ketan
Hi, I am facing challenge for creating UI in html5 for Django project. I have almost 100 records (not fixed) in one table with column id and relevant title. I am able to display with horizontal order with *<**div* *class**=**"col-md-4"**>* but I couldn't find bootstrap for vertical displa

Re: help

2018-12-19 Thread shiva kumar
Once post ur forms.py file. Check views and url files. There are errrors On Tue 11 Dec, 2018 7:55 pm Tosin Ayoola getting this error when i click on a new link i just added please can > anyone help out below is my codes, views, url > > > ##url > > from django.urls import path > from . import view

Re: Manage static files using Jinja2

2018-12-19 Thread shiva kumar
Yes static files need a url path. But that path should be mentioned in setting.py file. That makes django, when there is use of css or js files it refers to that path On Tue 11 Dec, 2018 4:32 am I am using the documentation to learn Django. When I started creating > static files, I started to get

Re: Multiple file uploading in django admin

2018-12-19 Thread Ryan Nowakowski
The answer[1] to that stack overflow question looks correct to me. To summarize, the "files" field on your model only stores a single file. Instead of files field, you'll need to create a new model that's foreign keyed back to your File model to store an arbitrary number of multiple files. [1]

Re: html canges not update

2018-12-19 Thread Ryan Nowakowski
What directory are your templates in? On December 18, 2018 11:06:03 PM CST, fofazu...@gmail.com wrote: >hi >i i am a new in django and i have a practice project, changes in >templates >is not updates > >-- >You received this message because you are subscribed to the Google >Groups "Django user

Deploy Django 2.1 a Apache2 en Ubuntu Server 18.04.01 Bionic Beaver

2018-12-19 Thread Ing.Daniel Bojorge
*Deploy* *Django* *Apache2* *Ubuntu* *Server* *Bionic*

Re: Django on IIS

2018-12-19 Thread Larry Martell
Thanks very much Roger. I ran your command (updated for my system), and then it started working. On Tue, Dec 18, 2018 at 4:31 PM Roger Gammans wrote: > > Larry, > > > Hmm, you may have reached the end of how I can help, but two things come to > mind:- > > 1 It might be worth trying a reboot, to

html canges not update

2018-12-19 Thread fofazu . fz
hi i i am a new in django and i have a practice project, changes in templates is not updates -- 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+unsu

Re: Enterprise web application with admin interface

2018-12-19 Thread Nebojsa Hajdukovic
Yes, gerila, pes-serbia and itla.pesfm.org this is our new league with over 1000 players and it is growing every week. Those visitors and players are usually from western europe, most of them Spain, Italy and Germany. сре, 19. дец 2018. у 14:37 Andréas Kühne је написао/ла: > I would second that

Re: Enterprise web application with admin interface

2018-12-19 Thread Andréas Kühne
I would second that - it is completely doable - I have created a corresponding admin interface that is used as a order handling system. It is incredibly expandable and you can create your own views / layouts and so on. Regards, Andréas Den ons 19 dec. 2018 kl 12:47 skrev Derek : > Its been app

Re: Enterprise web application with admin interface

2018-12-19 Thread Derek
Its been appropriate for our use case and its far more customisable than people realise. Plus if you use tools like Grappelli or Django Suite you can create a really slick looking interface, into which you can plug customized views and reporting apps that "go beyond" the basic admin functions

Re: Django deployment on production gives error SuspiciousFileOperation

2018-12-19 Thread Devender Kumar
Use collectstatic command On Wed 19 Dec, 2018, 12:11 PM mohit basantani Hello pradeep > > I found the my mistake I was giving the hard coded path of the static > root which is wrong I have attached my settings.py file above now it's > working fine ...Thanks for your concern really appreciated! >

Re: Django and OpenCV

2018-12-19 Thread PASCUAL Eric
Hi, What do you mean exactly by "opencv app" ? If you are referring to some kind of interactive app popping up windows to display results of processing, or using the associated event loop, there are great chances you cannot for obvious reasons (number one being that there is no graphical desk