How to Handle Media on Production

2021-02-21 Thread ramadhan ngallen
Hello Team. I have created an app that integrated with an Accounting system (sage evolution). Everything works fine on debug mode. But I face a challenge on media files on production. Django app deployed on appache with windows server. How can I handle media files on production. Currently when u

How to Handle Media on Production

2021-02-21 Thread ramadhan ngallen
Hello Team. I have created an app that integrated with an Accounting system (sage evolution). Everything works fine on debug mode. But I face a challenge on media files on production. Django app deployed on appache with windows server. How can I handle media files on production. Currently when u

Re: Application for Part Time Python Developer Job

2021-02-21 Thread Franck Tchouanga
I am in contact me ftchoua...@gmail.com On Sat, Feb 20, 2021 at 5:28 PM Clifford Okorie wrote: > Please I also need a part time Python/Django job. Please can I contact you > through the email. Thank you > > On Sat, Feb 20, 2021, 16:46 mubashar ilyas wrote: > >> Hi Chetan Ganji, >> contact me fo

Re: Application for Part Time Python Developer Job

2021-02-21 Thread Rama akki
I too need and can work part time at least 4 hours. On Sun, 21 Feb 2021, 4:23 pm Franck Tchouanga, wrote: > I am in contact me ftchoua...@gmail.com > > On Sat, Feb 20, 2021 at 5:28 PM Clifford Okorie > wrote: > >> Please I also need a part time Python/Django job. Please can I contact >> you thr

Re: Application for Part Time Python Developer Job

2021-02-21 Thread Franck Tchouanga
On Sun, Feb 21, 2021 at 12:45 PM Rama akki wrote: > I too need and can work part time at least 4 hours. > > On Sun, 21 Feb 2021, 4:23 pm Franck Tchouanga, > wrote: > >> I am in contact me ftchoua...@gmail.com >> >> On Sat, Feb 20, 2021 at 5:28 PM Clifford Okorie >> wrote: >> >>> Please I also n

Problem in rendering the data from Postgres in Django views.py from two different models

2021-02-21 Thread Hemanta Kumar
I am created an app name order whose models field look like this:- from django.db import models from ckeditor.fields import RichTextField from datetime import datetime # Create your models here. class create_order(models.Model): emb_choice=( ('Yes', 'Yes'), ('No', 'No'), ('Other', 'Other'), ) w

Re: How to Handle Media on Production

2021-02-21 Thread Ryan Nowakowski
On February 21, 2021 4:42:21 AM CST, ramadhan ngallen wrote: >Hello Team. I have created an app that integrated with an Accounting >system (sage evolution). Everything works fine on debug mode. But I >face a challenge on media files on production. Django app deployed on >appache with windows s

Re: Job related query

2021-02-21 Thread neha bhurke
If your are from mumbai location just mail me your resume *Regard,* *Neha Bhurke* On Sat, Feb 20, 2021 at 9:16 PM mubashar ilyas wrote: > how to apply for this job? > > On Fri, Feb 19, 2021 at 10:02 AM neha bhurke > wrote: > >> Hello everyone, >> >> We are looking for a python Django web ap

Try to save multiple files using a one to many fields django

2021-02-21 Thread jose angel encinas ramos
hello everyone, i working in my inventory django app, in this project i try to create a new area and in to each area has a posible to save multiples pdf. so, when i try to save pdf in some new area have this error in terminal ''' django.db.utils.IntegrityError: null value in column "microbusines

Re: How to Handle Media on Production

2021-02-21 Thread ramadhan ngallen
I have managed to fix it by overding virtualhost file. On 21 Feb 2021, 21:58 +0300, Ryan Nowakowski , wrote: > > > On February 21, 2021 4:42:21 AM CST, ramadhan ngallen > wrote: > > Hello Team. I have created an app that integrated with an Accounting > > system (sage evolution). Everything works

Re: setting up urls of many apps

2021-02-21 Thread Peter Kirieny
Thanks Jorge it was of great help On Sat, 20 Feb 2021 at 20:33, Jorge Gimeno wrote: > > > On Wed, Feb 17, 2021 at 11:00 PM RANGA BHARATH JINKA < > bharathjink...@gmail.com> wrote: > >> Hi, >> >> Please follow these docs >> https://docs.djangoproject.com/en/3.1/ref/urls/#include >> >> On Thu, Fe