-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
- Loading branch information
1 parent
b1dd19f
commit 8495090
Showing
36 changed files
with
215 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 3.2.19 on 2023-08-10 20:19 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('demo', '0002_demo_master_version'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='demo', | ||
name='id', | ||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Generated by Django 3.2.19 on 2023-08-10 20:19 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('files', '0007_auto_20200505_1705'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='download', | ||
name='id', | ||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | ||
), | ||
migrations.AlterField( | ||
model_name='release', | ||
name='id', | ||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | ||
), | ||
migrations.AlterField( | ||
model_name='theme', | ||
name='id', | ||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 3.2.19 on 2023-08-10 20:19 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('news', '0004_auto_20200505_1705'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='planet', | ||
name='id', | ||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | ||
), | ||
migrations.AlterField( | ||
model_name='post', | ||
name='id', | ||
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | ||
), | ||
] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
{% load downloads %} | ||
|
||
{% block content %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load staticfiles %} | ||
{% load static %} | ||
{% load compress %} | ||
|
||
<!DOCTYPE html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
<h2>Contest results</h2> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
|
||
|
@@ -13,7 +13,7 @@ <h2>Donations</h2> | |
|
||
<p> | ||
As a free software project, phpMyAdmin has almost no revenues itself. On the | ||
other side, we have some expenses. Currently most of the project's funds are | ||
other side, we have some expenses. Currently most of the project's funds are | ||
used to hire contractors for development and bug fixes, and for travel costs to allow team members to meet at conferences. | ||
</p> | ||
|
||
|
@@ -34,7 +34,7 @@ <h3>PayPal</h3> | |
|
||
<p> | ||
We invite you to contribute money to our project using the above PayPal button. | ||
PayPal is one of the most used online payments methods, it also accepts all | ||
PayPal is one of the most used online payments methods, it also accepts all | ||
major credit cards. | ||
</p> | ||
|
||
|
@@ -52,27 +52,27 @@ <h3>Check or Wire</h3> | |
137 Montague ST STE 380<br /> | ||
BROOKLYN, NY 11201 USA<br /> | ||
</p> | ||
|
||
<p> | ||
Conservancy can accept wire donations, but the instructions vary depending on | ||
the country of origin. Please contact | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
for instructions. | ||
the country of origin. Please contact | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
for instructions. | ||
</p> | ||
|
||
<h3>Stock donations</h3> | ||
|
||
<p> | ||
Conservancy also accepts stock donations on behalf of the phpMyAdmin project. | ||
If you would like to donate stock, please contact | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
for instructions on how to initiate the transfer. | ||
</p> | ||
|
||
<h3>Flattr</h3> | ||
|
||
<p> | ||
Alternatively you can appreciate our work using | ||
Alternatively you can appreciate our work using | ||
<a href="https://flattr.com/@sfconservancy/domain/phpmyadmin.net">Flattr</a>. Flattr is a | ||
microdonation system allowing users to easily appreciate others. | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% extends 'base.html' %} | ||
{% load staticfiles %} | ||
{% load static %} | ||
|
||
{% block content %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.