Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjcshin authored Feb 28, 2022
1 parent 3024dff commit c1acdb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# phit-test

# (Reference) How I started a new project
This is just to keep a record of what steps I took to create the overall structure of our project. These steps could be followed when you want to start a completely new project for any reason. If you are looking for instructions to open an existing project on your own computer, start reading from the next section "Initial Setup".

I cd-ed into the directory where I cloned the repository and activated the virtual environment. Then I made sure all the dependencies were installed. Then I ran `django-admin startproject phittest` to create the project. Then, I cd into the project, and ran `python manage.py startapp accounts` to create an accounts app within the project.

# Initial Setup
Only do these steps if this is your first time working on the project.

Expand Down

0 comments on commit c1acdb1

Please sign in to comment.