Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
48 views

I am facing an issue while creating my superuser using the following command: ./manage.py createsuperuser, it seems that there is no error but the line where í can set my email and password doesnt ...
Nadezhda Metz's user avatar
0 votes
1 answer
44 views

I customized AppConfig in django to start some processes needed for the main application as described in the django documentation. In the usual initialization process, the ready method is only called ...
Christian's user avatar
0 votes
1 answer
45 views

I'm trying to create a website using django but each time I runserver i keep getting this error message: TemplateDoesNotExist at / base.html Request Method: GET Request URL: http://127.0.0.1:8000/ ...
mrXomebody's user avatar
0 votes
0 answers
211 views

I have a Django project with "django.contrib.staticfiles" in INSTALLED_APPS. Therefore, I can run ./manage.py collectstatic. But I need to use call_command. Running python -c 'from django....
Gerry's user avatar
  • 2,180
1 vote
1 answer
357 views

So, I'm new to Django and am using Visual Studio 2022 with Python 3.12 (which is apparently not fully supported by Visual Studio). When I start a fresh Django web app project, it prompts for me to ...
dune_buggy's user avatar
0 votes
1 answer
485 views

I am using ./manage.py loaddata file.json to load a JSON file created with ./manage.py dumpdata > ../directory/file.json, and I get the following error: matching_chars: 6 ...
Andrew Swift's user avatar
  • 2,245
0 votes
0 answers
22 views

I am new with Django and I trying to run my first project. But i keep getting this error when trying to run python .\manage.py makemigrations enter image description here I am not sure what is the ...
Bang Do's user avatar
-1 votes
1 answer
52 views

I was creating an admin user account, when it got to create password my keys stopped working!!I even rebooted my system and started from top boom it happened again tried to create password on django ...
your ancestors's user avatar
0 votes
1 answer
598 views

I have a Django project going on, containing some functions and creating/updating a database. From time to time, I need to update the staticfiles in the project therefore I created a .py file in the ...
ControltheAI's user avatar
1 vote
0 answers
47 views

This is the code snippet in the django that I'm tryin to parse.
Nidhal Selmi's user avatar
0 votes
0 answers
35 views

I am attempting to run a site from my localhost. What I did is I first cloned the repo and pull it into my local directory. Then, I changed the DB part to my DB settings. I have tried python manage.py ...
Limbu Khem's user avatar
1 vote
3 answers
2k views

I am trying to get a coworker of mine up and running with a project I have already created. When we try to run the server it says one of the tables already exists. We googled it and tried to ...
Jason Westover's user avatar
0 votes
1 answer
2k views

I tried running manage.py runserver manage.py makemigrations and manage.py migrate but they all give me a TypeError The error is Traceback (most recent call last): File "/Users/William/...
William Zeng's user avatar
0 votes
1 answer
2k views

I am learning to run local hosts using Django with the help of https://www.dj4e.com/. I am currently trying to run the local server using the following: python manage.py runserver When I run this, ...
Haseeb Afridi's user avatar
0 votes
0 answers
838 views

I have a problem in the virtual environment with django manage.py I use git bash terminal. and when I activate my venve like this : source explorer/Scripts/activate I successfully activate the ...
Moe Ashraf's user avatar
0 votes
1 answer
824 views

Weblate has an add-on called "Update PO files to match POT (msgmerge)". I want to delegate the creation of .po files to Weblate and only use manage.py makemessages to create the .pot file(s)....
Stefan_EOX's user avatar
  • 1,583
4 votes
4 answers
2k views

I am trying to deploy my Django project on Digital Ocean. I created my droplet and spaces on Digital Ocean and created a static folder to store my static files. I pulled my code from my github-repo. ...
Rasheed kotoor's user avatar
0 votes
1 answer
648 views

I am trying to follow this online class, and I am stuck on the part where I access a local website made by django. The tutorial that I follow is this one by freecodecamp, and I get stuck by the 11min ...
Deepolisnoob's user avatar
0 votes
2 answers
781 views

After i run python3 manage.py runserver i get the following error: Traceback (most recent call last): File "manage.py", line 11, in main from django.core.management import ...
levb92's user avatar
  • 11
0 votes
2 answers
530 views

I'm developing a web app, but just yesterday when i try to run manage.py wiht runserver appeared to me this error "(electron) Sending uncompressed crash reports is deprecated and will be removed ...
andres Magaña's user avatar
0 votes
2 answers
2k views

I've been looking for the solution everywhere. I tries to execute "python manage.py runserver" command, but all I received is an error: stack trace. I have a virtualenv activated, which is ...
Michał Konkolewski's user avatar
0 votes
1 answer
62 views

I am a new developer. I'm following instructions from to Django for Beginners book. When I run C:\Users\User\Desktop\HelloWorld>pipenv install django~=3.1.0 The message I got: Installation ...
Mikey Zdorovyak's user avatar
1 vote
2 answers
2k views

I accidentally deleted the manage.py file with vim nerdtree. apparently, there isn't a way to recover it I I don't know what to do. can I somehow create a new one or restore it?
Arman Zanjani's user avatar
0 votes
1 answer
2k views

I run the following line of code on a Docker container: RUN python3 manage.py sitetree_resync_apps --settings=sites.production.settings and I get the following error: Traceback (most recent call last)...
Dino's user avatar
  • 1,347
3 votes
1 answer
4k views

I downloaded a code from github and trying to run it as it is by running command in git bash: python manage.py runserver But I am experiencing this error: DeprecationWarning: Using or importing the ...
callme_dg's user avatar

1
2 3 4 5