[PYTHON] The story of failing to update "calendar.day_abbr" on the admin screen of django

Models can no longer be added / updated / deleted from the django admin screen

The screen can be displayed and operated, but the following exception occurs when the update button is pressed.

"AttributeError: 'calendar' object has no attribute 'day_abbr'"

Caused by the application name calendar

The bottom line is that there was an application named calendar.

It seems that this caused batting with the existing calendar and failed.

I know if it fails with the class name, but I didn't expect it to fail with the application name, so it took some time to find out the cause ...

Recommended Posts

The story of failing to update "calendar.day_abbr" on the admin screen of django
The story of trying to push SSH_AUTH_SOCK obsolete on screen with LD_PRELOAD
How to make only one data register on the Django admin screen
Transit to the update screen with the Django a tag
How to filter foreign keys that can be selected on the Django admin screen
Update applications running on Django 1.7 to Django 1.8
[Django] Correct the plural form of the model name on the management screen
How to update the python version of Cloud Shell on GCP
The story of trying to reconnect the client
How to check the version of Django
The story of adding MeCab to ubuntu 16.04
The story of viewing media files in Django
Implement the autocomplete feature on Django's admin screen
Customize the model page on Django's admin screen
The story of moving from Pipenv to Poetry
How to add pre-save processing when adding objects on the Django admin site
The wall of changing the Django service from Python 2.7 to Python 3
Try to estimate the number of likes on Twitter
The story of sys.path.append ()
Memo of deploying Django × Postgresql on Docker to Heroku
The story of trying to contribute to COVID-19 analysis with AWS free tier and failing
update django version 1.11.1 to 2.2
The story of wanting to buy Ring Fit Adventure
The story of using circleci to build manylinux wheels
How to register the same data multiple times with one input on the Django management screen
The story of introducing jedi (python auto-completion package) to emacs
Until the start of the django tutorial with pycharm on Windows
The story of copying data from S3 to Google's TeamDrive
I can't log in to the admin page with Django3
After all, the story of returning from Linux to Windows
DJango Memo: From the beginning (more edits to the management screen)
The story of building Zabbix 4.4
[Apache] The story of prefork
Update python on Mac to 3.7-> 3.8
Django admin screen list_filter customization
The story of returning to the front line for the first time in 5 years and refactoring Python Django
The story that the version of python 3.7.7 was not adapted to Heroku
The story of not being able to run pygame with pycharm
Display the image of the camera connected to the personal computer on the GUI.
A story that struggled to handle the Python package of PocketSphinx
Django: Fluctuate the number of child forms depending on the number of input items
How to use Jupyter on the front end of supercomputer ITO
A command to easily check the speed of the network on the console
[Pythonista] The story of making an action to copy selected text
Upload data to s3 of aws with a command and update it, and delete the used data (on the way)
Django admin screen reverse lookup memo
The story of Python and the story of NaN
The story of participating in AtCoder
Try Ajax on the Django page
The story of the "hole" in the file
Deploy the Django tutorial to IIS ①
Django admin screen customization first step
The story of remounting the application server
Supplement to the explanation of vscode
Update Python on Mac from 2 to 3
Heroku deployment of the first Django app that beginners are addicted to
zoom I tried to quantify the degree of excitement of the story at the meeting
Work memo to migrate and update Python 2 series scripts on the cloud to 3 series
Semi-automatically generate a description of the package to be registered on PyPI
A story of a deep learning beginner trying to classify guitars on CNN
Download all the images attached to the body of the pull request on Github