Skip to content

nicolacalgaro89/GPXplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPXplorer

Djago based app for GPX routes management

Developer guideline

Create a new virtual environment by running the command below:

python -m venv .venv

Activate it in a Linux enviroment by running:

source .venv/bin/activate

or in a Windows enviroment by running:

.\.venv\Scripts\activate

Install the dependencies by running:

pip install -r requirements.txt
cd Site
python3 manage.py runserver 

On models changes

python3 manage.py makemigrations GPXManager
python3 manage.py migrate      

Shell

python3 manage.py shell 

About

Djago based app for GPX routes management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages