Skip to content

Commit 48aa95d

Browse files
committed
Update dependency versions and README text
1 parent 4072011 commit 48aa95d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
This is the base project for the SteamaCo Django resume builder assessment.
33

44
## Setup
5-
- Install `python` (version 2), `pip`, and `virtualenv` for your platform
6-
- Clone this repository
5+
- Install `python` (version 2), `pip`, and `virtualenv` for your platform.
6+
- Clone this repository.
77
- Create a virtual environment in the repository's base directory. `env` has already been added to the `.gitignore`.
8-
- Install the dependencies in `requirements.txt`
9-
- Run `python manage.py migrate`
8+
- Install the dependencies in `requirements.txt`.
9+
- Run `python manage.py migrate`. This will create a local database, `db.sqlite3`.
1010
- *Optional*: Create a superuser using `python manage.py createsuperuser`. This account may be used to access the Django admin site at `/admin/`.
1111

1212
## Local server

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Django==1.11.11
2-
pycodestyle==2.3.1
3-
pytz==2018.3
1+
Django==1.11.16
2+
pycodestyle==2.4.0
3+
pytz==2018.5

0 commit comments

Comments
 (0)