Skip to content

Commit a691429

Browse files
author
Juan Benitez
committed
removing vscode and fixing readme
1 parent 76025c9 commit a691429

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ __pycache__/
55

66
#PyCharm
77
.idea/
8+
.vscode/
89

910
# C extensions
1011
*.so

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Requirements
55
- Python 3.6
6-
- Django (1.10, 1.11, 2.0)
6+
- Django (2.1)
77
- Django REST Framework
88
- Django Rest Auth
99

@@ -80,7 +80,7 @@ And we can logout, the token must be your actual token
8080
http POST http://127.0.0.1:8000/rest-auth/logout/ "Authorization: Token <YOUR_TOKEN>"
8181
```
8282

83-
The API have some restrictions:
83+
The API has some restrictions:
8484
- The movies are always associated with a creator (user who created it).
8585
- Only authenticated users may create and see movies.
8686
- Only the creator of a movie may update or delete it.

0 commit comments

Comments
 (0)