I'm hoping that people have had a chance to look at the first pass of caniverse. Please let me know what's good, bad, missing, or unneeded.
Please take a look at the issues and let me know if you want to tackle one.
Not a shoe...
This is part of the CANiverse project.
- Python 3
-
Clone the repository.
-
Create and activate a Python3 virtual environment.
-
Change to the directory you cloned into.
-
Install the the requirements using:
pip install -r requirements.txt
-
Change to the caniverse directory.
-
Setup the database.
python3 ./manage.py migrate
-
Create an administrative user
python3 ./manage.py createsuperuser
-
Run the development server.
python3 ./manage.py runserver
-
Navigate to http://127.0.0.1:8000/admin
-
Submit issues to https://github.com/palbee/caniverse/issues