Skip to content

Commit cc6157a

Browse files
Shell
1 parent 1084aec commit cc6157a

File tree

7,369 files changed

+822902
-2
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,369 files changed

+822902
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
|:------------:|:------:|:------------:|:----------------:|:----------------:|:----------------:|:--------:|
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) |
85-
85+
| 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) |
8686

8787

8888
---
@@ -679,9 +679,16 @@ Mas Informacion documentacion [docs.djangoproject](https://docs.djangoproject.co
679679
|A2| [Forms Generic Views](https://github.com/BrianMarquez3/Python-Django/tree/master/formsGenericViews) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
680680

681681

682-
---
682+
## Shell
683+
684+
|Number | Carpeta | Link | Code | Version | Estado | Home |
685+
|:-------:|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:---------:|
686+
|A3| [Shell](git push) | ✔️ | yes | yes | ✔️ | ✔️ | [⬅️Atras](#Fundamentos-Django) |
687+
683688

684689

690+
---
691+
685692
**Djando Api Rest Framenwork**
686693

687694
<table align="center">

shell/.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)