install MingW 64

Install it and add its folder to PATH

install mysql-python quite confusing

Install mysql-python in Windows 7 under Python 3.5 is quite hard and most failed because the problem of comparability. 
This link helps me a lot
https://github.com/PyMySQL/mysqlclient-python/issues/54

run the tutorial django

Run the tutorial at 
  1. https://docs.djangoproject.com/en/1.9/intro/tutorial01/
  2. https://docs.djangoproject.com/en/1.9/intro/tutorial02/
Notes:
  • add 'polls' into settings.py

install django

Using Anaconda Prompt run the command:
pip install django
Test the installation successfully:

import django
print(django.get_version())
print(django.__path__)

audit

(n) c. and un. c.
1. an official examination of businesses and financial records to see that they are true or correct
  • an annual audit: kiểm toán định kì hàng năm
  • a tax audit: kiểm toán thuế
  • preparing the accounts for audit
2. an official examination of the quality of standard of sth: một quá trình kiểm tra chính thức chất lượng của chuẩn hóa vấn đề gì đó
  • an environment audit: một quá trình kiểm tra/kiểm nghiệm/nghiệm thu môi trường
(v) 
1. ~ sth: to officially examine the financial accounts of a company
  • We have just had our accounts audited. Chúng tôi vừa mới kiểm toán tài chính.
2. ~ sth (NAmE): to attend a course at college or university but without taking any exams or receiving credit.
  • She audited classes at the University of California. 

© 2013 - 2026. Tung NGUYEN. Using CI version: 3.0.2 | Page rendered in 0.0111 seconds.