Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 924 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 924 Bytes

Project Title

Sistema Agrocal

Built With

Python Django

Prerequisites

Django Python

Features

  • Django-based backend

  • Frontend app(webapp) with HTML & JavaScript

    • Latest JavaScript features from ES2015 and beyond,

Usage

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:

  1. Install the requirements of the project template by running
    pipenv install
    
  2. Activate the virtualenv created by pipenv:
    pipenv shell
    
  3. Navigate to the directory where you'd like to create your project:
    cd ...
    
  4. Run the app
    python manage.py runserver 0.0.0.0:8000