You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: server/README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Server
2
2
3
-
The server (backend) side of the project written [Python](https://www.python.org/) using [Django 1.10.5](https://www.djangoproject.com/), [Django REST framework](http://www.django-rest-framework.org/).
3
+
The server (backend) side of the project written [Python](https://www.python.org/) using [Django 1.11](https://www.djangoproject.com/), [Django REST framework](http://www.django-rest-framework.org/).
4
4
5
5
## Prerequisites
6
6
@@ -17,9 +17,5 @@ The server (backend) side of the project written [Python](https://www.python.org
17
17
18
18
## Tests
19
19
20
-
* Run `pycodestyle --show-source --max-line-length=119 --show-pep8 server;` to check for lint mistakes (by PEP8)
20
+
* Run `pycodestyle --show-source --max-line-length=120 --show-pep8 server;` to check for lint mistakes (by PEP8)
21
21
* Run `python manage.py test` to execute the unit tests
0 commit comments