Re: migrations: "no changes detected"

2022-02-08 Thread ramadhan ngallen
Share project structure as an image and details project settings(settings.py) On 9 Feb 2022, 07:05 +0300, 'Delvin Alexander' via Django users , wrote: > there is! but will this have something to do with it? > - "from django.contrib.auth.models import User" > Rite now the error is displaying this:

Re: migrations: "no changes detected"

2022-02-08 Thread ramadhan ngallen
Your apps should be below django default apps I.e below static files On users you can from django.contrib.auth import get_user_model Then initiate it as User = get_user_model() To use it E.g my_users = User.objects.all() On 9 Feb 2022, 07:05 +0300, 'Delvin Alexander' via Django users , wrot

Re: migrations: "no changes detected"

2022-02-08 Thread 'Delvin Alexander' via Django users
there is! but will this have something to do with it? - "from django.contrib.auth.models import User" Rite now the error is displaying this: - Requested setting INSTALLED_APPS, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.

Re: migrations: "no changes detected"

2022-02-08 Thread ramadhan ngallen
On your app(blog) on the module(folder) migrations,   make sure there is a file named   __init__.py You can share app structure too On 9 Feb 2022, 06:26 +0300, 'Delvin Alexander' via Django users , wrote: > here is a list of my installed apps: > > i added the blog.apps but still nothing. > > >

Re: migrations: "no changes detected"

2022-02-08 Thread 'Delvin Alexander' via Django users
here is a list of my installed apps: i added the blog.apps but still nothing. INSTALLED_APPS = [ 'blog.apps.BlogConfig', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib

Re: Looking for Team Member to Build a Web Application

2022-02-08 Thread Eliseu Barreira
Hi, Have you got any prototype for the front-end? What framework you will prefer for connecting the front-end? May be React??? Thanks Eliferbit On Tue, 8 Feb 2022, 15:12 Wilford Chidawanyika, wrote: > Good day All, > > i am looking for a coding buddy to build an webapp using Django. > > i hav

Re: Slow page load performance with a large number of formsets (over 25)

2022-02-08 Thread Steven Smith
What is hard reload? On Monday, February 7, 2022 at 12:43:08 PM UTC-6 abdouli...@gmail.com wrote: > Try hard reload it's little bit faster > > On Mon, Feb 7, 2022, 18:12 Steven Smith wrote: > >> Did this issue ever get resolved? I'm experiencing the same thing. Once >> it hits 100 forms or so

Re: Media Files - local network share

2022-02-08 Thread Swelan Auguste
Thanks for the suggestion. I tried it but it ended up in the app base directory. Can you help me out? On Mon, Feb 7, 2022, 12:03 PM Jiffin George Kokkat wrote: > Hi, > > Mount shared network path to media folder of the Django. > > https://stackoverflow.com/questions/52825610/django-media-root-

Re: migrations: "no changes detected"

2022-02-08 Thread Yeboah Dominic
I think this has to be like you are trying to add some model whose field is not recognizable I have the same issue when using geodjango. If you delete the DB.sqlite3 sometimes it won't work or even deleting the migrations won't also work. If that happens just run, 1. python manage.py makeigrations

Django versus competitors survey

2022-02-08 Thread Michael Powell
Hello, I am engaged in a web site development effort, and I think the core tech has got to be a CMS of some sort. I am coming from a 'pure' soft. dev. background, if you will, including 'web sites', API, etc, but re: Django, I am trying to gauge 'ecosystem' if you will and interested to hear fr

RE: migrations: "no changes detected"

2022-02-08 Thread Feroz Ahmed
checkout u not forgot to add app in installed app in settings.py if still the issue , forward your settings.py best practice , try to solve the issue from current configuration Regards From: 'Delvin Alexander' via Django users [mailto:django-users@googlegroups.com] Sent: 08 February

Re: How to retrieve the values of environment variables in cpanel?

2022-02-08 Thread Walter Randazzo
Hi Imad, Thanks very much for your help. Ill try that in the next few days also Ill let u know how it goes. Thanks bro! El mar, 8 feb 2022 a las 11:10, imad latch () escribió: > I think you will have limited abilities without terminal but you can try > it anyway . > check this > https://doc

Looking for Team Member to Build a Web Application

2022-02-08 Thread Wilford Chidawanyika
Good day All, i am looking for a coding buddy to build an webapp using Django. i have crated the back end and models , now i need to create views and edit the CSS and add a logo on the site If you are interested you can whatsapp me +27 66 3838 041 with thanks Wilford -- You received this m

Re: migrations: "no changes detected"

2022-02-08 Thread Fajri Fath
You must delete your folder migrations in your app. Example: rm -rf myapplication/migrations And rm db.sqlite3 and run python manage.py makemigrations Pada tanggal Sel, 8 Feb 2022 11.43 AM, 'Delvin Alexander' via Django users < django-users@googlegroups.com> menulis: > I am trying to run mi

Re: How to retrieve the values of environment variables in cpanel?

2022-02-08 Thread imad latch
I think you will have limited abilities without terminal but you can try it anyway . check this https://docs.cpanel.net/cpanel/software/application-manager/82/#add-environment-variables and for *passenger_wsgi.py* in your /home/user/django-project/ import sys, os INTERP = "/home/user/django-pr

Re: TypeError: fromisoformat: argument must be str

2022-02-08 Thread Gautam Ankul
Same issue in mine project but when database name change and delete all migration file then it is resolve On Tue, 8 Feb, 2022, 3:45 PM Sammeeey, wrote: > I have posted my issue to the Django Forum. > Please find it in the respective thread >

TypeError: fromisoformat: argument must be str

2022-02-08 Thread Sammeeey
I have posted my issue to the Django Forum. Please find it in the respective thread -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this