Skip to content

This repository contains a django course. django is a Python framework and was made to OSIL Community (Open Source Innovation Lab)

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

byNestorCode/OSIL_django_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Welcome Devs!

❓OSIL

The Open Source Innovation Lab is an instance specialized in attracting and integrating talent from any of the areas of knowledge for the integration of multidisciplinary teams for the development of technological projects focused on solving problems and identifying opportunities for innovation; OSILs are strategically deployed in higher and middle level academic institutions that are naturally involved in the academic community of each institution where they are implemented, with more than 20 laboratories in states such as Zacatecas, Jalisco, Aguascalientes, Sonora, Veracruz, Oaxaca, Chiapas, Durango, Coahuila, Nuevo León, Mexico City, Yucatán and Baja California.

I'll tell you a little about the project:

The project consists of a three-part architecture:

  1. 🔙 Backend: The backend is developed in python using django framework.
  2. 🔛 APIRest: The API is developed with a django module called "django rest framework".
  3. 🔜 Frontend: The frontend is developed with React through Next.js

💻 Requirements:

🖥️ Activate Python venv:

  1. Install virtuelenv:
pip install virtualenv
  1. To install the virtual enviroment, we need go to the project folder and type the next command:
python -m venv venv
  1. next, we need activate the virtual enviroment, please type the next command:
.\venv\Scripts\activate

📄 Install requirements.txt:

  1. Go to workspace path, then run the next command:
pip install -r requirements.txt 
  1. wait...

About

This repository contains a django course. django is a Python framework and was made to OSIL Community (Open Source Innovation Lab)

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages