Skip to content

rolexardon/sistema_agrocal

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published