PhilosophyGenerating admin sites for your staff or clients to add, change and delete content is tedious work that doesn’t require much creativity. For that reason, Django entirely automates creation of admin interfaces for models.Django was written in a newsroom environment, with a very clear separation between “content publishers” and the “public” site. Site managers use the system to add news ..
*장고가 깔려있는지 확인을 해보자.$ python -c "import django; print(django.get_version())"1.8.3 * 프로젝트 생성하기-코드를 넣고 싶은 디렉토리에 위치한 후 다음의 커맨드를 입력한다.$ django-admin startproject mysite 커맨드 입력 후 현재 디렉토리에 다음과 같은 구조의 프로젝트가 생성된다. Let’s look at what startproject created:mysite/ manage.py mysite/ __init__.py settings.py urls.py wsgi.pyThese files are:The outer mysite/ root directory is just a container for your project. I..
url: https://www.djangoproject.com/download/ The latest official version is 1.8.3. Read the 1.8.3 release notes, then install it with pip:sudo pip install Django==1.8.3 관리자 권한으로 설치하기 위해 sudo을 붙이고 쓴다.이전에 pip 도 깔려있어야 한다. 여기서 고려할게 나의 os x의 기존 python은 2점대이고 3점대로 업그레이드 했지만, 설치는 2점대에 설치된거 같다.
- Total
- Today
- Yesterday
- Apache
- Spring
- async
- TaskExecutor
- log
- slf4j
- JVM
- logging facade
- object
- logging
- java
- NGINX
- linux
- runtime data areas
- log level
- logback
- lood
- webserver
- good practice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |