11<!DOCTYPE html> < html lang ="en " class ="no-js " data-beasties-container > < head >
2- < meta charset ="UTF-8 ">
3- < title > DjongoCS - Create Instance</ title >
4- < meta name ="description " content ="Djongo is a smarter approach to database querying. It maps python objects to MongoDB documents. It is popularly referred to as an Object Document Mapper or ODM. It is an extension to the traditional Django object relational modeling framework. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes. ">
5- < meta property ="og:type " content ="website ">
6- < meta property ="og:locale " content ="en_US ">
7- < meta property ="og:site_name " content ="Djongomapper ">
8- < meta property ="og:title " content ="Djongo ">
9- < meta property ="og:url " content ="https://www.djongomapper.com/ ">
10- < meta property ="og:description " content ="Djongo is a smarter approach to database querying. It maps python objects to MongoDB documents. It is popularly referred to as an Object Document Mapper or ODM. It is an extension to the traditional Django object relational modeling framework. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes. ">
11- < link rel ="canonical " href ="https://www.djongomapper.com/ ">
12- < script type ="application/ld+json ">
13- {
14- "@context" : "https://schema.org" ,
15-
2+ < meta charset ="UTF-8 ">
3+ < title > DjongoCS - Create Instance</ title >
4+ < meta name ="description " content ="Djongo is a smarter approach to database querying. It maps python objects to MongoDB documents. It is popularly referred to as an Object Document Mapper or ODM. It is an extension to the traditional Django object relational modeling framework. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes. ">
5+ < meta property ="og:type " content ="website ">
6+ < meta property ="og:locale " content ="en_US ">
7+ < meta property ="og:site_name " content ="Djongomapper ">
8+ < meta property ="og:title " content ="Djongo ">
9+ < meta property ="og:url " content ="https://www.djongomapper.com/ ">
10+ < meta property ="og:description " content ="Djongo is a smarter approach to database querying. It maps python objects to MongoDB documents. It is popularly referred to as an Object Document Mapper or ODM. It is an extension to the traditional Django object relational modeling framework. Use Django Admin to directly add and modify documents stored in MongoDB. Use other contrib modules such as Auth and Sessions without any changes. ">
11+ < link rel ="canonical " href ="https://www.djongomapper.com/ ">
12+ < script type ="application/ld+json ">
13+ {
14+ "@context" : "https://schema.org" ,
1615 "@type" : "Organization" ,
1716 "name" : "Doableware" ,
1817 "url" : "https://www.djongomapper.com/" ,
1918 "logo" : "/assets/images/djongo-symbol-small.png"
20- }
21- </ script >
22- < meta name ="google-site-verification " content ="tFNu7Nc9hzKF9v7f6kYaoMbBCNyGREchcKMVdxJuyJo ">
23- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
24- < script >
25- document . documentElement . className = document . documentElement . className . replace ( / \b n o - j s \b / g, '' ) + ' js ' ;
26- </ script >
27- < link rel ="preload " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
28- < noscript >
29- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css ">
30- </ noscript >
31- < link rel ="stylesheet " href ="/assets/css/main.css ">
32- < link rel ="stylesheet " type ="text/css " media ="screen " href ="/assets/css/custom.css ">
33- < link rel ="shortcut icon " href ="/assets/images/favicon.ico ">
34- < script async src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "> </ script >
35- < script async src ="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js "> </ script >
36- <!--<script async src="/assets/js/cookie-consent.js"></script>-->
19+ }
20+ </ script >
21+ < meta name ="google-site-verification " content ="tFNu7Nc9hzKF9v7f6kYaoMbBCNyGREchcKMVdxJuyJo ">
22+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
23+ < script >
24+ document . documentElement . className = document . documentElement . className . replace ( / \b n o - j s \b / g, '' ) + ' js ' ;
25+ </ script >
26+ < link rel ="preload " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
27+ < noscript >
28+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5/css/all.min.css ">
29+ </ noscript >
30+ < link rel ="stylesheet " href ="/assets/css/main.css ">
31+ < link rel ="stylesheet " type ="text/css " media ="screen " href ="/assets/css/custom.css ">
32+ < link rel ="shortcut icon " href ="/assets/images/favicon.ico ">
33+ < script async src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "> </ script >
34+ < script async src ="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js "> </ script >
35+ <!--<script async src="/assets/js/cookie-consent.js"></script>-->
3736
38- < script >
39- if ( window . location . hostname != 'localhost' ) {
40- ( function ( w , d , s , l , i ) {
41- w [ l ] = w [ l ] || [ ] ;
42- w [ l ] . push ( {
43- 'gtm.start' :
44- new Date ( ) . getTime ( ) , event : 'gtm.js'
45- } ) ;
46- var f = d . getElementsByTagName ( s ) [ 0 ] ,
47- j = d . createElement ( s ) , dl = l != 'dataLayer' ? '&l=' + l : '' ;
48- j . async = true ;
49- j . src =
50- 'https://www.googletagmanager.com/gtm.js?id=' + i + dl ;
51- f . parentNode . insertBefore ( j , f ) ;
52- } ) ( window , document , 'script' , 'dataLayer' , 'GTM-T72KG6N' ) ;
53- }
54- </ script >
37+ < script >
38+ if ( window . location . hostname != 'localhost' ) {
39+ ( function ( w , d , s , l , i ) {
40+ w [ l ] = w [ l ] || [ ] ;
41+ w [ l ] . push ( {
42+ 'gtm.start' :
43+ new Date ( ) . getTime ( ) , event : 'gtm.js'
44+ } ) ;
45+ var f = d . getElementsByTagName ( s ) [ 0 ] ,
46+ j = d . createElement ( s ) , dl = l != 'dataLayer' ? '&l=' + l : '' ;
47+ j . async = true ;
48+ j . src =
49+ 'https://www.googletagmanager.com/gtm.js?id=' + i + dl ;
50+ f . parentNode . insertBefore ( j , f ) ;
51+ } ) ( window , document , 'script' , 'dataLayer' , 'GTM-T72KG6N' ) ;
52+ }
53+ </ script >
5554
5655 < base href ="/ ">
57- < style > html {scroll-behavior : smooth}.page-title {margin : 3em auto 1.5em ;text-align : center}
58- </ style > < link rel ="stylesheet " href ="styles-TPMX36DN.css " media ="print " onload ="this.media='all' "> < noscript > < link rel ="stylesheet " href ="styles-TPMX36DN.css "> </ noscript > </ head >
59- < body > <!--nghm--> < script type ="text/javascript " id ="ng-event-dispatch-contract "> ( ( ) => { function p ( t , n , r , o , e , i , f , m ) { return { eventType :t , event :n , targetElement :r , eic :o , timeStamp :e , eia :i , eirp :f , eiack :m } } function u ( t ) { let n = [ ] , r = e => { n . push ( e ) } ; return { c :t , q :n , et :[ ] , etc :[ ] , d :r , h :e => { r ( p ( e . type , e , e . target , t , Date . now ( ) ) ) } } } function s ( t , n , r ) { for ( let o = 0 ; o < n . length ; o ++ ) { let e = n [ o ] ; ( r ?t . etc :t . et ) . push ( e ) , t . c . addEventListener ( e , t . h , r ) } } function c ( t , n , r , o , e = window ) { let i = u ( t ) ; e . _ejsas || ( e . _ejsas = { } ) , e . _ejsas [ n ] = i , s ( i , r ) , s ( i , o , ! 0 ) } window . __jsaction_bootstrap = c ; } ) ( ) ;
56+ < style > html {scroll-behavior : smooth}.page-title {margin : 3em auto 1.5em ;text-align : center}
57+ </ style > < link rel ="stylesheet " href ="styles-TPMX36DN.css " media ="print " onload ="this.media='all' "> < noscript > < link rel ="stylesheet " href ="styles-TPMX36DN.css "> </ noscript > < style ng-app-id ="ng "> .close [_ngcontent-ng-c3552946287 ]{height : 0 ;transition : height 2s }.mast [_ngcontent-ng-c3552946287 ]{position : sticky;top : 0 ;padding : .5em 0 ;z-index : 1 ;background : # fff ;border-bottom : 1px solid # f2f3f3 }.mast [_ngcontent-ng-c3552946287 ] > div [_ngcontent-ng-c3552946287 ]{margin : 0 auto;max-width : 1280px ;display : flex;flex-direction : row;justify-content : space-between}.mast [_ngcontent-ng-c3552946287 ] a [_ngcontent-ng-c3552946287 ]{display : block;color : # 6f777d ;text-decoration : none}.mast [_ngcontent-ng-c3552946287 ] .mast-logo [_ngcontent-ng-c3552946287 ]{display : flex}.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] ul [_ngcontent-ng-c3552946287 ]{display : flex;align-items : center}.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] ul .media-small [_ngcontent-ng-c3552946287 ]{flex-direction : column}.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] a [_ngcontent-ng-c3552946287 ]{margin : 0 .75rem }.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] .nav-link [_ngcontent-ng-c3552946287 ]{position : relative}.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] .nav-link [_ngcontent-ng-c3552946287 ]: hover : after {width : 100% }.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] .nav-link [_ngcontent-ng-c3552946287 ]: after {content : "" ;position : absolute;left : 50% ;bottom : 0 ;transform : translate (-50% );width : 0 ;height : 4px ;background-color : # 6f777d ;transition : width .2s ease-in-out}.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] .nav-btn [_ngcontent-ng-c3552946287 ]{padding : .5em 1em ;font-size : .75em ;font-weight : 700 ;text-align : center;border-width : 0 ;border-radius : 4px ;color : # fff }.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] .btn-red [_ngcontent-ng-c3552946287 ]{background-color : # ee5f5b }.mast [_ngcontent-ng-c3552946287 ] .mast-nav [_ngcontent-ng-c3552946287 ] .btn-red [_ngcontent-ng-c3552946287 ]: hover {background-color : # b2231f }</ style > </ head >
58+ < body > <!--nghm--> < script type ="text/javascript " id ="ng-event-dispatch-contract "> ( ( ) => { function p ( t , n , r , o , e , i , f , m ) { return { eventType :t , event :n , targetElement :r , eic :o , timeStamp :e , eia :i , eirp :f , eiack :m } } function u ( t ) { let n = [ ] , r = e => { n . push ( e ) } ; return { c :t , q :n , et :[ ] , etc :[ ] , d :r , h :e => { r ( p ( e . type , e , e . target , t , Date . now ( ) ) ) } } } function s ( t , n , r ) { for ( let o = 0 ; o < n . length ; o ++ ) { let e = n [ o ] ; ( r ?t . etc :t . et ) . push ( e ) , t . c . addEventListener ( e , t . h , r ) } } function c ( t , n , r , o , e = window ) { let i = u ( t ) ; e . _ejsas || ( e . _ejsas = { } ) , e . _ejsas [ n ] = i , s ( i , r ) , s ( i , o , ! 0 ) } window . __jsaction_bootstrap = c ; } ) ( ) ;
6059</ script > < script > window . __jsaction_bootstrap ( document . body , "ng" , [ "click" ] , [ ] ) ; </ script >
61- < app-root ng-version ="19.2.0 " ngh ="2 " ng-server-context ="ssg "> < router-outlet > </ router-outlet > < app-create-access ngh ="1 "> < app-body ngh ="0 "> < div class ="layout--splash "> < nav class ="skip-links "> < ul > < li > < a href ="#site-nav " class ="screen-reader-shortcut "> Skip to primary navigation</ a > </ li > < li > < a href ="#main " class ="screen-reader-shortcut "> Skip to content</ a > </ li > < li > < a href ="#footer " class ="screen-reader-shortcut "> Skip to footer</ a > </ li > </ ul > </ nav > < div class ="masthead "> < div class ="masthead__inner-wrap "> < div class ="masthead__menu "> < nav id ="site-nav " class ="greedy-nav "> < a href ="/ " class ="site-logo "> < img src ="/assets/images/djongo-symbol-small.png " alt ="Djongo "> </ a > < a href ="/ " class ="site-title "> Djongo </ a > < ul class ="visible-links "> < li class ="masthead__menu-item "> < a href ="/djongocs/login/ "> Login</ a > </ li > < li class ="masthead__menu-item "> < a href ="/djongocs/contact-us/ "> Contact Us</ a > </ li > < li class ="masthead__menu-item "> < a href ="/app-development/ "> Services</ a > </ li > < li class ="masthead__menu-item "> < a href ="/products/ "> Products</ a > </ li > < li class ="masthead__menu-item "> < a href ="/docs/get-started/ "> Docs</ a > </ li > </ ul > < button type ="button " class ="greedy-nav__toggle hidden "> < span class ="visually-hidden "> Toggle Menu</ span > < div class ="navicon "> </ div > </ button > < ul class ="hidden-links hidden "> </ ul > </ nav > </ div > </ div > </ div > < div class ="initial-content "> < div id ="main " role ="main "> < div class ="splash page__content "> < h1 class ="page-title "> DjongoCS Instance</ h1 > < img src ="/assets/images/spinner.svg " alt ="Page is busy " style ="margin: 0 auto; display: block; "> <!----> <!----> <!----> </ div > </ div > </ div > < div id ="footer " class ="page__footer "> < footer > < aside class ="l-fixed-notice cookie-notice "> < p > We use cookies to enhance user experience. You consent to their usage by browsing this site. < button id ="cookie-accept " class ="btn btn--success " jsaction ="click:; "> Accept</ button > </ p > </ aside > < div class ="page__footer-copyright "> © 2025 Doableware AB.</ div > </ footer > </ div > </ div > </ app-body > </ app-create-access > <!----> </ app-root >
60+ < app-root ng-version ="19.2.0 " ngh ="2 " ng-server-context ="ssg "> < router-outlet > </ router-outlet > < app-create-access ngh ="1 "> < app-body _nghost-ng-c3552946287 ngh ="0 "> < div _ngcontent-ng-c3552946287 class ="layout--splash "> < div _ngcontent-ng-c3552946287 class ="mast "> < div _ngcontent-ng-c3552946287 > < div _ngcontent-ng-c3552946287 class ="mast-logo "> < a _ngcontent-ng-c3552946287 href ="/ " class ="site-logo "> < img _ngcontent-ng-c3552946287 src ="/assets/images/djongo-symbol-small.png " alt ="Djongo "> </ a > </ div > < div _ngcontent-ng-c3552946287 class ="mast-nav "> < nav _ngcontent-ng-c3552946287 > < ul _ngcontent-ng-c3552946287 > < li _ngcontent-ng-c3552946287 > < a _ngcontent-ng-c3552946287 class ="btn-red nav-btn " href ="/djongocs/login " jsaction ="click:; "> Login</ a > </ li > < li _ngcontent-ng-c3552946287 > < a _ngcontent-ng-c3552946287 class ="btn--primary nav-btn " href ="/djongocs/contact-us " jsaction ="click:; "> Contact Us</ a > </ li > < li _ngcontent-ng-c3552946287 > < a _ngcontent-ng-c3552946287 class ="nav-link " href ="/app-development " jsaction ="click:; "> Services</ a > </ li > < li _ngcontent-ng-c3552946287 > < a _ngcontent-ng-c3552946287 class ="nav-link " href ="/products " jsaction ="click:; "> Products</ a > </ li > < li _ngcontent-ng-c3552946287 > < a _ngcontent-ng-c3552946287 class ="nav-link " href ="/docs/get-started " jsaction ="click:; "> Docs</ a > </ li > <!----> </ ul > </ nav > </ div > </ div > </ div > < div _ngcontent-ng-c3552946287 class ="initial-content "> < div id ="main " role ="main "> < div class ="splash page__content "> < h1 class ="page-title "> DjongoCS Instance</ h1 > < img src ="/assets/images/spinner.svg " alt ="Page is busy " style ="margin: 0 auto; display: block; "> <!----> <!----> <!----> </ div > </ div > </ div > < div _ngcontent-ng-c3552946287 id ="footer " class ="page__footer "> < footer _ngcontent-ng-c3552946287 > < aside _ngcontent-ng-c3552946287 class ="l-fixed-notice cookie-notice "> < p _ngcontent-ng-c3552946287 > We use cookies to enhance user experience. You consent to their usage by browsing this site. < button _ngcontent-ng-c3552946287 id ="cookie-accept " class ="btn btn--success " jsaction ="click:; "> Accept</ button > </ p > </ aside > < div _ngcontent-ng-c3552946287 class ="page__footer-copyright "> © 2025 Doableware AB.</ div > </ footer > </ div > </ div > </ app-body > </ app-create-access > <!----> </ app-root >
6261<!--<script src="/assets/js/main.min.js"></script>-->
6362< script >
6463 window . ga = function ( ) {
7069 ga ( 'set' , 'anonymizeIp' , false ) ;
7170 ga ( 'send' , 'pageview' )
7271</ script >
73- < script src ="https://www.google-analytics.com/analytics.js " async > </ script > < link rel ="modulepreload " href ="chunk-27PYSS5C.js "> < script src ="polyfills-EONH2QZO.js " type ="module "> </ script > < script src ="main-6KJRTQAE.js " type ="module "> </ script >
74- < script id ="ng-state " type ="application/json "> { "__nghData__" :[ { } , { "n" :{ "1" :"0f2n2f" } , "t" :{ "5" :"t0" , "6" :"t1" , "7" :"t2" } , "c" :{ "5" :[ { "i" :"t0" , "r" :1 } ] , "6" :[ ] , "7" :[ ] } } , { "c" :{ "0" :[ { "i" :"c1459359608" , "r" :1 } ] } } ] } </ script > </ body > </ html >
72+ < script src ="https://www.google-analytics.com/analytics.js " async > </ script >
73+ < link rel ="modulepreload " href ="chunk-27PYSS5C.js "> < script src ="polyfills-EONH2QZO.js " type ="module "> </ script > < script src ="main-FKZ2IASU.js " type ="module "> </ script >
74+ < script id ="ng-state " type ="application/json "> { "__nghData__" :[ { "t" :{ "10" :"t0" } , "c" :{ "10" :[ { "i" :"t0" , "r" :1 , "x" :5 } ] } } , { "n" :{ "1" :"0f2nf" } , "t" :{ "5" :"t1" , "6" :"t2" , "7" :"t3" } , "c" :{ "5" :[ { "i" :"t1" , "r" :1 } ] , "6" :[ ] , "7" :[ ] } } , { "c" :{ "0" :[ { "i" :"c1459359608" , "r" :1 } ] } } ] } </ script > </ body > </ html >
0 commit comments