aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 11082f6..bb33210 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,13 @@
# Project purpose
+Create, track and report on writing pitches to magazines, online journals, etc
+
## Internal Apps
### Accounts
* [User](https://git.luxagraf.net/luxagraf/writer/src/branch/master/apps/accounts/models.py)
- * custom User model subclassing AbstractUser as per best practices
+ * custom User model subclassing AbstractUser as per [Django best practices](https://docs.djangoproject.com/en/dev/topics/auth/customizing/#using-a-custom-user-model-when-starting-a-project)
* [UserProfile](https://git.luxagraf.net/luxagraf/writer/src/branch/master/apps/accounts/models.py)
- * adds profile to default Django user
+ * adds profile to the user class with:
* profile photo
* website
* bio