Re: How to create model for this json data

2019-02-20 Thread 'Amitesh Sahay' via Django users
Hi, First, try to understand the error messages. It says there are fields that are required, but you are leaving them blank. Then, there are some fields those cannot have "null", but soemhow you are adding null values to them. I would suggest using below Django CLI commands to add the data to you

Re: Best option for wrapping a wsgi app

2019-02-20 Thread Avraham Serour
I recommend nginx+uwsgi On Tue, Feb 19, 2019 at 3:09 PM Anton Melser wrote: > Hi, > > I searched high and low but my Google-foo must be lacking. I want to wrap > a wsgi app (https://github.com/tsudoko/anki-sync-server) and serve it > under my Django site. After wasting large amounts of time wor

Django : use openstreetMap and postgis to add geolalization field to localizate my users in a country

2019-02-20 Thread abdouramane mahamane
I'm new in django and i want to use openstreetMap parameters into users field city or street. This localization will allow me to find them and to measure the distance between their entreprises. It's for an crossdocking app. What do you thing about this idea ? is ti possible with OpenstreetMap in

passing django models data to python script

2019-02-20 Thread Ousmane Baricisse
Hi, I would like to implement a web app using reactjs and django. I have a python script which does some sort of optimization and stores the final output in a list and returns it. Right now everything is static in the python script and I would like to make it dynamic so that i can get a user in

[no subject]

2019-02-20 Thread bhushan patil
Guys I am not able to run the file manage.py on runserver.Its showing that no such file or directory.Can anyone help me with this -- 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, s

Re:

2019-02-20 Thread PARTH PATIL
Hey bhushan you might be running the command in wrong directory, open the terminal into the django project directory and and then run ./manage.py runserver If you are still stuck you can upload some screenshots so that we can better help you On Wednesday, February 20, 2019 at 5:46:58 PM UTC+5:

Re:

2019-02-20 Thread Gil Obradors
Or python manage.py or python3 manage.py Or you not have manage.py inside your dir Not recommended( i think isn best practice to put +x the file manage.py and execute directly ./manage.py ) Can you paste ls ? El dc., 20 de febr. 2019, 13:16, bhushan patil va escriure: > Guys I am not able to

Re: Django CRM Tool

2019-02-20 Thread Anusha
Hi, This thread is outdated. But here the perfect answer for your thread. https://github.com/MicroPyramid/Django-CRM - It's a open source you can download the code. On Saturday, June 2, 2012 at 10:30:49 PM UTC+5:30, Zeeshan Syed wrote: > > Hey everyone, > > I've been asked to create a CRM tool

Django scheduling/calendaring

2019-02-20 Thread Jason
Why are you making your own learning management system when there’s https://open.edx.org? -- 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.

Question on implementing a Django auction site

2019-02-20 Thread beneficialmusic
I'm relatively new to Django and have been learning with a long term interest in developing an auction site. I can't seem to find any up to date existing auction projects available for reference. There are some on Git Hub, but most are outdated or not very developed. My question is: since my au

Django ForeignKey field name “check” raises SystemCheckError

2019-02-20 Thread Eric Palmitesta
The Django docs (https://docs.djangoproject.com/en/1.11/topics/db/models/#field-name-restrictions) state there are only two restrictions on model field names: 1. A field name cannot be a Python reserved word 2. A field name cannot contain more than one underscore in a row However, give

Re: Django ForeignKey field name “check” raises SystemCheckError

2019-02-20 Thread Tim Graham
I believe the warning is incorrect. See https://code.djangoproject.com/ticket/23615 for the disucssion. On Wednesday, February 20, 2019 at 12:25:46 PM UTC-5, Eric Palmitesta wrote: > > The Django docs ( > https://docs.djangoproject.com/en/1.11/topics/db/models/#field-name-restrictions) > > stat

Re: Image Upload in admin panel

2019-02-20 Thread Ryan Nowakowski
Check out ImageField: https://docs.djangoproject.com/en/2.1/ref/models/fields/#imagefield On February 14, 2019 12:37:04 PM CST, Surajeet Das wrote: >How do I upload images from admin panel and retrieve from a html page ? > >-- >You received this message because you are subscribed to the Google

Re: passing django models data to python script

2019-02-20 Thread Mike Dewhirst
On 20/02/2019 6:39 pm, Ousmane Baricisse wrote: Hi, I would like to implement a web app using reactjs and django. I have a python script which does some sort of optimization and stores the final output in a list and returns it. Right now everything is static in the python script and I would li

Re: Django : use openstreetMap and postgis to add geolalization field to localizate my users in a country

2019-02-20 Thread Jani Tiainen
Hi. Definitely it is possible and it isn't even very hard to do. ke 20. helmik. 2019 klo 12.31 abdouramane mahamane kirjoitti: > I'm new in django and i want to use openstreetMap parameters into users > field city or street. > This localization will allow me to find them and to measure the dist

Re: Django admin unable to edit site - CMS links always redirect login page

2019-02-20 Thread gilwell muhati
Hello Angela, Your Apache is acting up, please fix it then we can solve the other issue. *Regards,Gilwell Muhati | +254 710 739 116 | * *~~“The mind is its own place and in itself can make a heaven of hell, a hell of heaven…”~~John Milton * On Wed, Feb 20, 2019 at 5:16 AM Angela Checa wrote: