Changing port
If you want to change the server’s port, pass it as a command-line argument. For instance, this command starts the server on port 8080:
$ python manage.py runserver 8080
[Read More]
Making a new directory
디렉토리 생성
디렉토리 생성
[Read More]
Create and run a requirements.txt for pip install
Example of requirements.txt
Create a requirements.txt
Add name of library like below.
Django==1.9.6
requests==2.18.4
selenium
google-cloud-bigquery
httplib2
[Read More]
How to use pandas query
Example of pandas query
Pandas Query Document
You can see examples pandas query here.
[Read More]