- username
- first_name
- last_name
- joined
- edited
- dp : ImageField
- phone : CharField
- about : TextField
- gender : ChoiceField
- bday : DateField
- user : OnetoOne
- title : CharField
- user : ForeignKey
- created_on : DeateField
- done : BoolField
- public : BoolField
- image : ImageField
- heading : Charfield
- content : TextField
- group : ForeignKey
- done : BoolField
- edited : Datefield
- created : Datefiled
- public : BoolField
-
stats (just inside the public profile)
-
profile
-
signup
-
login
-
logout
-
dash
-
group/[group name]
-
group/[group name]/[entry name]
-
add block functionality
-
groupings in the dash page in the hamburgur, default shows groupless entries
-
different delete options on the groupings delete page
-
add different error page that redirects back in some time and displays error
-
implement sort as model
-
implement search/filter/sort on all entries/groupings
-
make default profile public, and then an edit button that only shows up for your page
-
make about 10 people show up on follower page, and then a view all link that shows all people <<<<<<< Updated upstream
-
view all details of entries button on profile page
-
make stats public/private option =======
-
view all details of entries button on progile page
- email verification
Stashed changes