aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-11-02 16:16:49 -0600
committerluxagraf <sng@luxagraf.net>2018-11-02 16:16:49 -0600
commit8781b0cc296b0b8e7811e0611c4b1535e477dcc4 (patch)
tree36be1ab5f22e64f2707df5eccc097e46358bef6a
parent88fb69dc43f1da320df151373ffe4aaaf876b2c4 (diff)
added some links to readme.md
-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