Skip to content

Commit d048291

Browse files
static
1 parent 0da8474 commit d048291

File tree

7,372 files changed

+822947
-1
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,372 files changed

+822947
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
| A1 |:heavy_check_mark: | [Mysite ](#mysite) | <img src="https://media.giphy.com/media/UtoTtcO5EudVBWkWCo/giphy.gif" width="25px"> | <img src="https://media.giphy.com/media/HVAAGmBfhl6MfS69om/giphy.gif" width="25px"> | 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) |
8484
| A2 |:heavy_check_mark: | [Forms Generic Views ](#forms-Generic-Views) | <img src="https://media.giphy.com/media/UtoTtcO5EudVBWkWCo/giphy.gif" width="25px"> | <img src="https://media.giphy.com/media/HVAAGmBfhl6MfS69om/giphy.gif" width="25px"> | 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) |
8585
| A3 |:heavy_check_mark: | [Shell ](#shell) | <img src="https://media.giphy.com/media/UtoTtcO5EudVBWkWCo/giphy.gif" width="25px"> | <img src="https://media.giphy.com/media/HVAAGmBfhl6MfS69om/giphy.gif" width="25px"> | 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) |
86+
| A4 |:heavy_check_mark: | [Static ](#static) | <img src="https://media.giphy.com/media/UtoTtcO5EudVBWkWCo/giphy.gif" width="25px"> | <img src="https://media.giphy.com/media/HVAAGmBfhl6MfS69om/giphy.gif" width="25px"> | 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) || A3 |:heavy_check_mark: | [Shell ](#shell) | <img src="https://media.giphy.com/media/UtoTtcO5EudVBWkWCo/giphy.gif" width="25px"> | <img src="https://media.giphy.com/media/HVAAGmBfhl6MfS69om/giphy.gif" width="25px"> | 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) |
8687

8788

8889
---
@@ -652,7 +653,7 @@ Mas Informacion documentacion [docs.djangoproject](https://docs.djangoproject.co
652653
|A1| [Mysite](https://github.com/BrianMarquez3/Python-Django/tree/master/mysite) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
653654

654655

655-
## SHELL
656+
## SHELL - Demo
656657

657658
```
658659
>>> python manage.py shell
@@ -685,6 +686,12 @@ Mas Informacion documentacion [docs.djangoproject](https://docs.djangoproject.co
685686
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:---------:|
686687
|A3| [Shell](https://github.com/BrianMarquez3/Python-Django/tree/master/shell) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
687688

689+
## Static
690+
691+
|Number | Carpeta | Link | Code | Version | Estado | Home |
692+
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:---------:|
693+
|A4| [Static](https://github.com/BrianMarquez3/Python-Django/tree/master/formsGenericViews) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
694+
688695

689696

690697
---

static/.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/app'
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-@$7w4g(@c9&3b!9%hbu#zm**eb2e#sfq+0e7ct4f52tz3kv0di'
13+
#http://209.145.56.253:81/

0 commit comments

Comments
 (0)