<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.visrc.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.visrc.com/feed.php">
        <title>TD Wiki projects:maxo36</title>
        <description></description>
        <link>https://wiki.visrc.com/</link>
        <image rdf:resource="https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-07T17:36:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:0_design&amp;rev=1740059717&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:1_dev_env&amp;rev=1740059717&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:2_django_cms&amp;rev=1740059718&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:2_django_react&amp;rev=1740059717&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:3_reactjs_development&amp;rev=1740059717&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:reading&amp;rev=1740059717&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.visrc.com/doku.php?id=projects:maxo36:worklog&amp;rev=1740059717&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico">
        <title>TD Wiki</title>
        <link>https://wiki.visrc.com/</link>
        <url>https://wiki.visrc.com/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:0_design&amp;rev=1740059717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:0_design</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:0_design&amp;rev=1740059717&amp;do=diff</link>
        <description>Maxo36.com Design

Working dir: 
  ~/data/workspace/73_maxo36
  
Headline

	* &lt;http://www.wpfreeware.com/tutorial/best-travel-website-templates-free-download-premium/&gt;
	* &lt;http://themeforest.net/item/spotter-universal-directory-html-template/10427787?ref=blueberry1&gt;
	* &lt;http://themeforest.net/item/directorys-listing-wordpress-theme/8932964?ref=wpexplorer&gt;
	* &lt;https://wpgeodirectory.com/&gt;
	* &lt;http://thereisathemeforthat.com/local-business-directory-themes-for-wordpress/&gt;

Microservices:

	* &lt;http…</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:1_dev_env&amp;rev=1740059717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:1_dev_env</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:1_dev_env&amp;rev=1740059717&amp;do=diff</link>
        <description>Development Environment

1. Preparing K8S dev

	*  &lt;http://localhost/~dang/wiki/doku.php?id=programming:kubenetes_for_dev:0_minikube#using_minikube_in_local_env&gt;
	*  Setup with cookie-cutter:
		*  &lt;https://github.com/cookiecutter/cookiecutter#cookiecutter-specials&gt;
		*  &lt;https://cookiecutter-django.readthedocs.io/en/3.0.5-01/developing-locally.html&gt;


1.1 Create project from cookiecutter-django template

Create virtual env
  python3 -m venv project_venv
  source project_venv/bin/activate
  
  pi…</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:2_django_cms&amp;rev=1740059718&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:18+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:2_django_cms</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:2_django_cms&amp;rev=1740059718&amp;do=diff</link>
        <description>Django-cms

Follow django-cms docs.

revision 1.10 required for django 1.9

Custom app before cms

	* &lt;http://stackoverflow.com/questions/33630209/django-1-8-lookuperror-model-not-registered-auth-user-model&gt;


For this specific problem, part of the problem is already pointed out by @danihp. You need to put the app with your custom model before &quot;cms&quot; in your INSTALLED_APPS.

INSTALLED_APPS = {
    &#039;your_custom_app&#039;,
    &#039;...&#039;,
    &#039;cms&#039;,
}</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:2_django_react&amp;rev=1740059717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:2_django_react</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:2_django_react&amp;rev=1740059717&amp;do=diff</link>
        <description>Django + React

1. Sources

	*  &lt;https://scotch.io/tutorials/build-a-to-do-application-using-django-and-react&gt;

2. Create new app

Activate virtualenv or pipenv (TODO).
pip install pipenv
pipenv shell

Create new app in existing project
# pipenv install django
# django-admin startproject backend
cd project
python manage.py startapp todo</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:3_reactjs_development&amp;rev=1740059717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:3_reactjs_development</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:3_reactjs_development&amp;rev=1740059717&amp;do=diff</link>
        <description>Reactjs Development

The project is setup to use postcss-modules. 

1. Global CSS with 3rd party components

The combination of react, postcss-(modules) cause some CSS rendering problem with 3rd party components such as reactstrap. 

Reacstrap does not include bootstrap</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:reading&amp;rev=1740059717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:reading</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:reading&amp;rev=1740059717&amp;do=diff</link>
        <description>Headline

Under the Hood: The natural language interface of Graph Search

April 29, 2013 at 7:08pm

Xiao Li is an engineering manager on the natural language team for Graph Search and Maxime Boucher is a research scientist for Graph Search.

The Graph Search engine is built upon highly structured data in the form of a graph, representing hundreds of types of nodes and thousands of types of edges. Users, Pages, places, photos and posts are all nodes in the graph, each with structured information …</description>
    </item>
    <item rdf:about="https://wiki.visrc.com/doku.php?id=projects:maxo36:worklog&amp;rev=1740059717&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-20T14:55:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>projects:maxo36:worklog</title>
        <link>https://wiki.visrc.com/doku.php?id=projects:maxo36:worklog&amp;rev=1740059717&amp;do=diff</link>
        <description>Maxo36 Worklog

2016-03-24

Integrating django-shop example with maxo project:

	*  &lt;http://localhost/wiki/doku.php?id=projects:maxo36:shops:django_shop&gt;

2016-03-04

Start with 0design / 1dev_env then go to each folder shops / templates...

2016-01-11

Try django-shop

2016-01-05

Working code: /home/dang/data/workspace/73</description>
    </item>
</rdf:RDF>
