Skip to content

rodrigofvc/recipesNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recipesNet

Red social para compartir recetas de cocina.

Dependencias

  • Python 3.0 >=
  • Django 3.0.9
  • Phython 3.6.9
  • PostgreSQL 10

Instalación de dependencias

$ python3 -m pip install Django
$ sudo apt-get install postgresql postgresql-contrib
$ sudo pip3 install psycopg2-binary
$ sudo pip install Pilow

Configuración de la base de datos

$ sudo su postgres
$ psql
$ CREATE DATABASE recipesNet;
$ CREATE USER admin WITH PASSWORD "admin";
$ GRANT ALL PRIVILEGES ON DATABASE recipesNet to admin;
$ ALTER USER admin CREATEDB;

Ejecución

$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
August 04, 2020 - 02:23:37
Django version 3.0.9, using settings 'recipesNet.settings'
Starting development server at https://127.0.0.1:8000/
Quit the server with CONTROL-C.

About

Red social para compartir recetas de cocina.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published