how to add inside document library , announcement app in SharePoint - sharepoint-2013

In share-point we added document library app inside that we want to add 4 to 5 announcement app. Does any one know how to add app inside app...it will arrange app the things properly.

Related

Howto hook or inject code inside orders admin page in openecart

how inject code inside orders admin page in openecart
Iam developing a module in opencart 3 I need away to hook codes (HTML or JavaScript or PHP ) inside admin order page or inside admin orders list page from the module. is that possible ?
in WordPress that is easy , there is a loot of hooks that developers can use , but in open cart i didn't find anything .

onContinueUserActivity referral links

How does one test app referral links?
I want to know how to get my referral link if the user downloads the app from App Store
https://apps.apple.com/us/app/app-name/id1111111?referralURL=mydomain.com?key=value
RootView()
.onContinueUserActivity(NSUserActivityTypeBrowsingWeb, perform: { userActivity in
userActivity.referrerURL
})
Is the userActivity.referrerURL going to be mydomain.com?key=value?
If you want to test the non-installed flow, this is pretty easy, too.
First, give your Firebase project an app store ID in your project settings. It can be any valid App store ID -- it doesn't have to be for your app.
Then generate a new dynamic link.
This time, when you click on this new link, it should take you to the app store for the ID you listed above. You don't need to actually install this app -- just making it to the app store listing is good enough.
Now, go ahead and reinstall and run your app. If everything is working properly, it should retrieve and display the dynamic link data for you.
from How can I test Firebase Dynamic Links if my app is not in the App Store?

Creating Single Page App in Django with Polymer

I'm currently working on a singe page app in django that makes use of Polymer Elements. My problem is when I'm changing template views.
When I click on a page link to direct me to a new view I want to use the app-route, app-location and the iron-pages elements that Polymer has. This lets me simply change my current views without actually having to reload the whole page again and make requests. Apparently, in Django, whenever I click on a link it instead goes to the urls.py and tries to direct me to that link. Is it possible to create single page apps in django with polymer?

Clarification about Django-Oscar

I have already finished setting up my home, about and contact us page using bootstrap in one project. I wanted to use the django-oscar for the e-commerce configuration and use it in my products page.
Do I need to add another project or just create another app for django-oscar?
By the way I created another project and am currently stuck on how to connect it the first project I have made
You don't need to create another project for your product's page. You can easily install Oscar (which will install Django as a dependency). It supports a simple design built with Twitter's Bootstrap.
You can read this: Getting started with Oscar and How to customise templates for create home, about and contacts pages.
Hope I help!

django building a site with different apps

I want to build a site with a dynamic menu which should be delivered from an separate app named menu. This app uses a base template.
On the other side there is a content which cames from another app named customer.
When i call domain/customer/show/1 for example the site should show the selected customer and also the menu from the menuapp but the customerapp shall be independent.
How can i solve this?
I recommend to try django-sitetree or other app from this list http://www.djangopackages.com/grids/g/navigation/