hellodjango is my first django project. I am going to explore some basic features in Django framework.
- Clone project to your local repository.
- Make sure you have
python3.xinstalled. - Setup your virtenv.
- Activate your virtenv and run following command:
$ pip install -r requirements.txt
- Start the server:
$ python manage.py runserver 0:8000
- Open broswer and enter the address
http://127.0.0.1:8000