$ virtualenv env
$ source env/bin/activate
(env)$ pip3 install django-toolbelt
(env)$ django-admin startproject `<your project name here>` . (env)$ python3 manage.py startapp `<your app name here>` (env)$ python3 manage.py makemigrations (env)$ python3 manage.py migrate(env)$ python3 manage.py shell(env)$ python3 manage.py dbshell| Resources |
|---|
| Daily Problems |
| JavaScript Introduction |
| Python Data Structures |
| OOP(Object Oriented Programming) |
| Design Patterns |
| MVC Pig |
| MVC Contacts |
| The Command Line Interface and Git |
| Cheat Sheets |