Skip to content

Instantly share code, notes, and snippets.

View byroncorrales's full-sized avatar

Byron Corrales byroncorrales

View GitHub Profile
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><META http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>
<div>
<div>
</div>
<div style="height:1000px;background-color:red"></div>
</div>
</body></html>
1. First method , just erase the "RSS" String
<a class="rss"
{% if feed_url %}
href="{{feed_url}}"
{% else %}
href="/feeds/rss/"
{% endif %}
title="{% trans %}subscribe to the questions feed{% endtrans %}"
>{% trans %}RSS{% endtrans %}
git pull fitoria byron
From https://github.com/fitoria/askbot-devel
* branch byron -> FETCH_HEAD
Updating a7a8df8..81daba0
Fast-forward
askbot/__init__.py | 2 +-
askbot/auth.py | 42 +-
askbot/bin/checklocales.py | 11 +
askbot/bin/rebuildlocales.py | 16 +
askbot/conf/forum_data_rules.py | 6 +-
9:10:24] bcorrales:personal $ cd askbot-devel
[9:10:28] bcorrales:askbot-devel git:(master) $ git remote add askbot https://github.com/ASKBOT/askbot-devel.git
[9:10:37] bcorrales:askbot-devel git:(master) $ git fetch askbot
remote: Counting objects: 2516, done.
remote: Compressing objects: 100% (852/852), done.
remote: Total 1874 (delta 1385), reused 1462 (delta 993)
Receiving objects: 100% (1874/1874), 2.74 MiB | 56 KiB/s, done.
Resolving deltas: 100% (1385/1385), completed with 238 local objects.
From https://github.com/ASKBOT/askbot-devel
* [new branch] admin-interface -> askbot/admin-interface
[9:04:59] bcorrales:personal $ git clone git@github.com:byroncorrales/askbot-devel.git
Cloning into askbot-devel...
remote: Counting objects: 29304, done.
remote: Compressing objects: 100% (8518/8518), done.
remote: Total 29304 (delta 20941), reused 28175 (delta 20003)
Receiving objects: 100% (29304/29304), 14.77 MiB | 54 KiB/s, done.
Resolving deltas: 100% (20941/20941), done.
[21:26:23] bcorrales:agualiweb git:(master) $ python manage.py migrate --all
Running migrations for socialregistration:
- Nothing to migrate.
- Loading initial data for socialregistration.
No fixtures found.
Running migrations for blog:
- Migrating forwards to 0009_auto__add_field_post_autor.
> blog:0006_auto__add_autor
> blog:0007_auto__add_field_autor_avatar__chg_field_post_author
> blog:0008_auto__del_field_post_author
, line 35, in import_module
__import__(name)
File "/Users/bcorrales/code/django/simas/cafod/cafod/settings.py", line 2, in <module>
from local_settings import *
File "/Users/bcorrales/code/django/simas/cafod/cafod/local_settings.py", line 3, in <module>
PROJECT_DIR = os.path.join(os.path.dirname(os.path.abspath(_file_)), '..')
NameError: name '_file_' is not defined
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table agendas_agendas
Creating table contrapartes_pais
Creating table contrapartes_contraparte
Creating table contrapartes_userprofile
Creating table foros_imagen
Creating table foros_documentos
[11:40:02] bcorrales:askbot-mac $ python manage.py collectstatic
************************
* *
* Askbot self-test *
* *
************************
CSRF_COOKIE_NAME = 'localhost_csrf'
CSRF_COOKIE_DOMAIN = DOMAIN_NAME
ASKBOT_EXTRA_SKINS_DIR ='/Users/bcorrales/code/django/personal/askbot-templates/pbxware'
STATIC_ROOT = os.path.join(PROJECT_ROOT, "static")
STATICFILES_DIRS = (os.path.join(ASKBOT_ROOT, 'skins'),)