Skip to content

Commit 245e62a

Browse files
Mysite
1 parent c2457d4 commit 245e62a

File tree

7,428 files changed

+829491
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,428 files changed

+829491
-10
lines changed

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,12 @@ _Documentacion_
645645

646646
Mas Informacion documentacion [docs.djangoproject](https://docs.djangoproject.com/en/3.2/)
647647

648-
|Number | Carpeta | Link | Home | Code | Version | Estado |
649-
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
650-
|A1| [Mysite]() | ✔️ | [⬅️Atras](#Tabla-de-contenidos) | yes | yes | ✔️ | ✔️ |
648+
649+
650+
651+
|Number | Carpeta | Link | Code | Version | Estado | Home |
652+
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:---------:|
653+
|A1| [Mysite](https://github.com/BrianMarquez3/Python-Django/tree/master/formsGenericViews) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
651654

652655

653656
## SHELL
@@ -672,14 +675,14 @@ Mas Informacion documentacion [docs.djangoproject](https://docs.djangoproject.co
672675

673676
## Forms Generic Views
674677

675-
676-
|Number | Carpeta | Link | Home | Code | Version | Estado |
677-
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
678-
|A2| [Forms Generic Views](https://github.com/BrianMarquez3/Python-Django/tree/master/formsGenericViews) | ✔️ | [⬅️Atras](#Tabla-de-contenidos) | yes | yes | ✔️ | ✔️ |
678+
|Number | Carpeta | Link | Code | Version | Estado | Home |
679+
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:---------:|
680+
|A2| [Forms Generic Views](https://github.com/BrianMarquez3/Python-Django/tree/master/formsGenericViews) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
679681

680682

681683
---
682684

685+
683686
**Djando Api Rest Framenwork**
684687

685688
<table align="center">
@@ -695,9 +698,9 @@ Documentacion [Django Api REST Framework ](https://www.django-rest-framework.org
695698

696699
## APP
697700

698-
|Number | Carpeta | Link | Home | Code | Version | Estado |
699-
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
700-
|B1| [APPP](https://github.com/BrianMarquez3/Python-Django/tree/master/App) | ✔️ | [⬅️Atras](#Tabla-de-contenidos) | yes | yes | ✔️ | ✔️ |
701+
|Number | Carpeta | Link | Code | Version | Estado | Home |
702+
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:---------:|
703+
|B1| [APP](https://github.com/BrianMarquez3/Python-Django/tree/master/App) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Django-API-Rest-Framework) |
701704

702705

703706
---

mysite/.env

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
DEBUG = True
2+
#DATABASE_URL='postgresql://api_caja:api_caja@localhost:5432/api_caja'
3+
DATABASE_URL='postgresql://postgres:brian@localhost:5432/mysite'
4+
ALLOWED_HOSTS = '192.168.1.22','127.0.0.1'
5+
EMAIL_HOST = 'smtp.gmail.com'
6+
EMAIL_USER = '[email protected]'
7+
EMAIL_PASSWORD = '9780Bitcoin'
8+
EMAIL_PORT = 587
9+
EMAIL_TLS = True
10+
EMAIL_BACKEND= 'django.core.mail.backends.smtp.EmailBackend'
11+
EMAIL_ALERTS = ''
12+
SECRET_KEY = 'django-insecure-1yrsqxug5*fzkb-$l-_d)*jc96t_8v=z@zzshyg-9c=v6)bbs5'
13+
#http://209.145.56.253:81/

0 commit comments

Comments
 (0)