Skip to content
Snippets Groups Projects
Commit dcdf755d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

remove paths

parent 6ebfea49
No related branches found
No related tags found
1 merge request!297Update readme
Pipeline #35776 passed
......@@ -92,16 +92,17 @@ After database connection is configured setup a database by applying migration s
```
## Development
Remember, that before working you have to activate _virtualenv_, by:
Remember, that before working you have to activate _virtualenv_ (in project directory), by:
```bash
devel@host ~/home/smash/scheduling-system $ . env/bin/activate
. env/bin/activate
```
In order to run development server, run:
```bash
devel@host ~/home/smash/scheduling-system/smash $ ./manage.py runserver
cd smash
./manage.py runserver
```
and go to `127.0.0.1:8000` in browser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment