A comparison of nvm and Volta to manage Node.js projects (without Yarn).
nvm install| { | |
| "url": "http://example.com/api/23/", | |
| "author": 1, | |
| "date_created": "2015-03-26T11:01:23.262391Z", | |
| "date_updated": "2015-03-26T11:01:23.262391Z", | |
| "html": "<form></form>", | |
| "javascript": "<script></script>", | |
| "form": { | |
| "id": "abc_123", | |
| "method": "POST", |
| Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES; | |
| acrobat africa alaska albert albino album | |
| alcohol alex alpha amadeus amanda amazon | |
| america analog animal antenna antonio apollo | |
| april aroma artist aspirin athlete atlas | |
| banana bandit banjo bikini bingo bonus | |
| camera canada carbon casino catalog cinema | |
| citizen cobra comet compact complex context | |
| credit critic crystal culture david delta | |
| dialog diploma doctor domino dragon drama |
| diff --git a/euth/comments/models.py b/euth/comments/models.py | |
| index 32ee49e..4becef2 100644 | |
| --- a/euth/comments/models.py | |
| +++ b/euth/comments/models.py | |
| @@ -8,6 +8,8 @@ from django.utils import timezone | |
| class Comment(TimeStampedModel): | |
| + REMOVED_TEXT = 'deleted by creator' | |
| + CENSORED_TEXT = 'deleted by moderator' |