Skip to content

Commit

Permalink
restart development w/out docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmurilo75 committed Mar 9, 2022
1 parent 31b513f commit feaa39f
Show file tree
Hide file tree
Showing 125 changed files with 396 additions and 21,224 deletions.
10 changes: 0 additions & 10 deletions .dockerignore

This file was deleted.

4 changes: 0 additions & 4 deletions .envs/.local/.django

This file was deleted.

7 changes: 0 additions & 7 deletions .envs/.local/.postgres

This file was deleted.

87 changes: 0 additions & 87 deletions .github/dependabot.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/ci.yml

This file was deleted.

8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ typings/
# Provided default Pycharm Run/Debug Configurations should be tracked by git
# In case of local modifications made by Pycharm, use update-index command
# for each changed file, like this:
# git update-index --assume-unchanged .idea/pycon_portugal_2022.iml
# git update-index --assume-unchanged .idea/pycon_pt_2022.iml
### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
Expand Down Expand Up @@ -323,14 +323,10 @@ Session.vim
tags

### Project template
pycon_portugal_2022/media/
pycon_pt_2022/media/

.pytest_cache/
.ipython/
project.css
project.min.css
vendors.js
*.min.js
.env
.envs/*
!.envs/.local/
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

3 changes: 1 addition & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .idea/pycon_portugal_2022.iml → .idea/pycon_pt_2022.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions .idea/runConfigurations/docker_compose_up_django.xml

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/runConfigurations/docker_compose_up_docs.xml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/migrate.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/pytest___.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/runConfigurations/pytest__users.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/runserver.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/runserver_plus.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/webResources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PyCon Portugal 2022

PyCon Portugal 2022
PyCon Portugal 2022 Website

[![Built with Cookiecutter Django](https://img.shields.io/badge/built%20with-Cookiecutter%20Django-ff69b4.svg?logo=cookiecutter)](https://github.com/cookiecutter/cookiecutter-django/)
[![Black code style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
Expand All @@ -27,7 +27,7 @@ For convenience, you can keep your normal user logged in on Chrome and your supe

Running type checks with mypy:

$ mypy pycon_portugal_2022
$ mypy pycon_pt_2022

### Test coverage

Expand All @@ -48,7 +48,3 @@ Moved to [Live reloading and SASS compilation](http://cookiecutter-django.readth
## Deployment

The following details how to deploy this application.

### Docker

See detailed [cookiecutter-django Docker documentation](http://cookiecutter-django.readthedocs.io/en/latest/deployment-with-docker.html).
Loading

0 comments on commit feaa39f

Please sign in to comment.