Sqlite3 error

2020-04-28 Thread chucks ogwo
Hi, Everyone, I have been trying to interact with the sqlite3 database on Pycharm, every time I run the code it gives me an import error. Traceback (most recent call last): File ".\file.py", line 1, in import sqlite3 File "C:\Users\Dell\anaconda3\lib\sqlite3\__init__.py", line 23, in

Re: i'm having problems trying to add users to the admin on django for so long now that i haven't been able to learn much about django for months

2020-03-18 Thread chucks ogwo
It worked! I upgraded Django from 2.0.7 to 3.0.4 which is the latest version and now everything is working as it should. Thank you very much, I'm super grateful On Wednesday, March 18, 2020 at 4:39:24 AM UTC+1, chucks ogwo wrote: > > Environment: > > > Request Method: POST >

i'm having problems trying to add users to the admin on django for so long now that i haven't been able to learn much about django for months

2020-03-17 Thread chucks ogwo
Environment: Request Method: POST Request URL: http://127.0.0.1:8000/admin/auth/user/1/change/ Django Version: 2.0.7 Python Version: 3.8.2 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions',

Django framework on Windows OS

2020-03-17 Thread chucks ogwo
Does anyone here use Django on windows? Cos I have been having a series of errors since I started using Django on Windows, even while using the windows commands and it has really stunted my learning process of the framework -- You received this message because you are subscribed to the Google