Re: Login Not working

2020-04-08 Thread waqar khan
Thank You Very Much Virus-free. www.avast.com <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1

Re: Can upload a directory structure as file upload using django?

2020-04-08 Thread Andréas Kühne
Hi, You can't do that with a django form field - you need to handle that in some other way. What I would do is zip the directory and upload the zip file. Python can handle zip files without any problem - so it shouldn't be that hard. Regards, Andréas Den tis 7 apr. 2020 kl 14:20 skrev Ashok S

Re: help with my signup API

2020-04-08 Thread John McClain
did you make migrations, it seems like it is not finding the account/register On Wed, 8 Apr 2020 at 09:38, ola neat wrote: > Good day guys > i'm working on an app, i created an api for user signup to be consumed by > an angular app, but now the issues i'm having is that when they user signup > a

Re: help with my signup API

2020-04-08 Thread ola neat
yes i did, i tested it with post man and i'm getting same erro On Wed, Apr 8, 2020 at 2:23 PM John McClain wrote: > did you make migrations, it seems like it is not finding the > account/register > > On Wed, 8 Apr 2020 at 09:38, ola neat wrote: > >> Good day guys >> i'm working on an app, i cre

Re: help with my signup API

2020-04-08 Thread Motaz Hejaze
Please check that the request body sent from Angular is correct .. For better debugging ... In registration view , try to print() the serializer object and the serializer.data dictionary .. On Wed, 8 Apr 2020, 3:36 pm ola neat, wrote: > yes i did, i tested it with post man and i'm getting sam

Help with i18n language translation in template - strange behavior between Django 2.2.12 and 3.0+

2020-04-08 Thread Александър Попов
Hello guys, I hope you are doing well :) I have the following problem in my project: I have a simple PasswordChangeForm, which I want to translate in German for example... Everything is fine and works correctly in Django 2.2.12: See: 1.png If I upgrade my Django to v 3.0+ same labels are partial

Integrate a third pary app in Django and Gunicorn

2020-04-08 Thread 'MH' via Django users
Hi everyone I created two first, very small apps with Django and serve them on my NAS with gunicorn and nginx as reverse proxy. That took me quite a while as I am not an experienced coder or administrator. Now I successfully installed Mayan EDMS which uses its own Python instance in an venv and

Request to be added to the Django organisation on GitHub

2020-04-08 Thread Nwaobi Daniel
Hi! Goodday, I would love to be part of the django organisation on GitHub, if it's possible though. My username is CrazyChickenDev on github and i would really appreciate it if my request is considered. Thanks. -- You received this message because you are subscribed to the Google Groups "Dja

Re: Request to be added to the Django organisation on GitHub

2020-04-08 Thread Dylan Reinhold
If you are looking to contribute to django please see : https://docs.djangoproject.com/en/dev/internals/contributing/ If you just want to use it and code with it, see https://www.djangoproject.com/start/ Regards, Dylan On Wed, Apr 8, 2020 at 9:08 AM Nwaobi Daniel wrote: > Hi! Goodday, > > I wo

Re: Request to be added to the Django organisation on GitHub

2020-04-08 Thread Nwaobi Daniel
Thanks On Wed, Apr 8, 2020, 5:36 PM Dylan Reinhold wrote: > If you are looking to contribute to django please see : > https://docs.djangoproject.com/en/dev/internals/contributing/ > > If you just want to use it and code with it, see > https://www.djangoproject.com/start/ > > Regards, > Dylan > >

Django form wizard multiple file uploads problem

2020-04-08 Thread Deniz Bazan
I have a problem with form wizard, I have a form wizard with 3 steps. In step 2, user uploaded several files. In step 3, send the data to the database. I can save files in server in step 2, but if user does not finish the form then files will remain on the server for free.Therefore I should not

ORM from the command line

2020-04-08 Thread Tim Johnson
using django.VERSION (2, 1, 5, 'final', 0) with python 3.7.2 on ubuntu 16.04 I have a need for a "Housekeeping" application. It's usage would be to 1) connect to a database, either mysql, mariadb or postgres 2) truncate two tables and repopulate them based on an arbitrary data structure such

font awesome loading problem

2020-04-08 Thread Soumen Khatua
Hi Folks, I'm using AWS S3 bucket for my django project,now I want to serve all the sattic files using this s3 bucket. So I copied all the all static file from CDN and websites to my S3 bucket.All are working fine for font-awesome I'm getting some error like: *Access to font at '**https://xyz.s3.