Skip to content

Ra20r/SkipTracingApp

Repository files navigation

To run the app, navigate to the source folder and run the following commands:

pip install virtualenv

Installing virtual environment.

virtualenv env

Creating a virtual environment to run.

./env/Scripts/activate

Activating the virtual environment.

pip install -r requirements.txt

This will install the required packages for the app.

python manage.py runserver

This will start the server at port 8000 on localhost.

Then open 127.0.0.1:8000 in your browser and use tom:tom as username:password.

deactivate

This will deactivate your virtual environment.

This project is built on the appseed Datta Able Django template.

About

A frontend built on Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •