- apt-get install python-pip
- pip install django
- python manage.py runserver
- To start using the application you must create an admin user, see the command below.
- python manage.py createsuperuser (pass the required information in this process)
- Access, https://127.0.0.1:8000/admin/login/ , create some users and then log in Testix
- Access, https://127.0.0.1:8000/testix/ and Get Started to Sign In.
Contributions are always welcome!