일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- depends
- 우아한 테크코스 2차 합격
- springboot 3.0.0
- TypeError: 'property' object is not iterable
- github skyline
- S3
- 프로그래머스
- docker
- 재귀함수가 뭔가요
- DB
- python
- EC2
- 2차 코딩테스트
- OperationalError
- AWS
- METACLASS
- Django
- classmethod
- depends_on
- 갓재석
- classproperty
- AWS S3
- docker-compose
- 코딩테스트
- 우아한테크코스 2차
- github
- python all testcode
- javascript
- Spring
- MySQL server on 'db' (115)
Archives
hanbin.dev
[Django] Django duplicate app name "auth" 본문
Django 로 개발을 하던 중 auth 라는 이름을 가진 Custom app을 INSTALLED_APP에 추가하니 오류가 발생했다.
기존의 "django.contrib.auth" 앱과 중복되었기 때문이다.
https://code.djangoproject.com/ticket/21562
새로운 이름으로는 accounts가 적절 할 것 같다.
이름 변경 후에 users 앱과 통합시켜야 겠다.
깃허브 링크
https://github.com/Doran-Doran-development/DoranDoran-Server-2
'Django' 카테고리의 다른 글
[Django ] Django TypeError: send_mail() missing 1 required positional argument: 'from_email' (0) | 2021.05.22 |
---|