Skip to content

Repositório template para aplicações Python com framework Django

License

Notifications You must be signed in to change notification settings

juniobiel/python_django_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django API REST Template

This is a Python Django API template. Use this to create a new Python Django API repository pre-configured.

Project packages - Saving and Restoring

To save all packages used here, is necessary run this command:

pip freeze > requirements.txt

After that, requirements.txt is created at src folder containing all project libraries that was being used.

To restore theses packages at your machine, after activate your virtual python environment, use:

pip install -r requirements.txt

About

Repositório template para aplicações Python com framework Django

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages