File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
This is the base project for the SteamaCo Django resume builder assessment.
3
3
4
4
## 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.
7
7
- 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 ` .
10
10
- * Optional* : Create a superuser using ` python manage.py createsuperuser ` . This account may be used to access the Django admin site at ` /admin/ ` .
11
11
12
12
## Local server
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments