Commit a8a19551 authored by RAJESH DATTA MAHALE's avatar RAJESH DATTA MAHALE

readme updated

parent 587d41d4
Using the coursebook is very simple. You need to have installed the dependencies.
To install python3 on ubuntu, run the following command in your terminal.
sudo apt-get install python3.6
To install Django on ubuntu, run the following command in your terminal.
sudo apt-get install python3-django
One needs to git clone the project. After that open terminal in main directory and run following commands.
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py runserver
To access the application open the web browser and go to "localhost:8000"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment