You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

379 B

Dear Diary Project

This is notes from course.

Create Project And App

  1. Under undestanding-django directory, create project dear_diary
    $ pipenv install
    $ pipenv shell
    $ django-admin startproject dear_diary 
    
  2. Go to dear_diary directory and create app entries
    $ cd dear_diary
    $ python manage.py startapp entries