Sistema de facturación online, prototype
Python Django
Django Python
-
Django-based backend
- Django
- Python 2.7 or later
-
Frontend app(webapp) with Bootstrap & JavaScript
To use this project, first ensure that you have Python and Django installed.
Then install(recommended)
Pipenv 2020.6.2
available.
After that, you should:
- Install the requirements of the project template by running
pipenv install
- Activate the virtualenv created by pipenv:
pipenv shell
- Navigate to the directory where you'd like to create your project:
cd ...
- Run the app
python manage.py runserver 0.0.0.0:8000