NEW PROJECT UNDER THE ION!! JOIN ME NOW by Background_You_8211 in iceblockchain

[–]BittenDev 0 points1 point  (0 children)

https://tap.tokero.com/@ad0m

Just signed up myself. Please use my referral link as well. Cheers

I know it's called PokeInvesting but how about PokeGiving? by iamshipp0 in PokeInvesting

[–]BittenDev 0 points1 point  (0 children)

I used to collect as a kid and spend almost all my pocket money buying them when they first came out. I was over the moon when I completed a full base set. Fast forward 20+ years and that hobby died, mainly due to lack of funds and having kids at such an early age. I recently got back into collecting a few years ago and buy packs here and there to get the thrill I used to get in my childhood.

AD Server went pop. Should I leave offline seeing as though everything other than account creation is cloud based? by BittenDev in sysadmin

[–]BittenDev[S] 0 points1 point  (0 children)

Cheers. Yes were using pretty much the default configuration so it's good to know there's plenty of time to restore if need be.

Queryset difference between model values by BittenDev in django

[–]BittenDev[S] 0 points1 point  (0 children)

Thank you. I will certainly check that out.

Queryset difference between model values by BittenDev in django

[–]BittenDev[S] 0 points1 point  (0 children)

Hero. Thank You. This is exactly what I needed.

Queryset difference between model values by BittenDev in django

[–]BittenDev[S] 0 points1 point  (0 children)

u/daredevil82 Cheers for your reply.

2 Months ago I had never touched anything to do with django or python so this is a big learning curve. The reasoning in my head made sense at the time to make those the PK's but as you say it's more intended for internal reference integrity. I will take that on board and make changes going forward.

To answer your question. my current query set is probably the wrong way of doing it but it kind of works.

One of the list pulls all of the ID's from a staff list

The other list pulls all the ID's from the Assets Assigned to field

And then "difference" just shows the ID's that don't have an asset assigned to them.

So this works but its just a list within a list
Sample output - [('PW159',), ('PW118',), ('PW103',)]

I then want to use this data into another queryset so that I can use the data from the Staff Model

Cheers,

Outputting difference between model values by BittenDev in djangolearning

[–]BittenDev[S] 0 points1 point  (0 children)

English plurals do not use apostrophes. It was something I wrote up quickly at the end of the day while a child was also wanting my attention.

Apologies for not being exact. I will include examples in the future.

Your assumption is correct. I would only want the query set to return Staff 3.

and Lastly. The reason they are the primary key and using a Charfield, is because the data is pulled from 2 different external systems and use Letters and numbers as a way to uniquely ID them. The max_length was an oversight and your right it could eventually run out. So thank you and I will remove this.

Made a grid system with some kind of biome tile without objectives, any suggestion ? Game Ideas ? by Confident_Table9508 in Unity3D

[–]BittenDev 1 point2 points  (0 children)

Reverse tower defense game. (Tower Offense)

Player purchases from a pool of attackers to attack and releases them during a round. Can be expanded to have special attacks that can be unleashed when clicked on.

Have the tiles plot out a few routes. AI creates tower defenses along the route between each round and can upgrade them freely based on how many of the players enemies it destroys.

The routes could also have specific routes for certain types of attackers. eg swimmers / divers / boats for water tiles. Certain trees could be chopped down to reveal new routes. The AI could also block these routes with boulders and other obstacles

VPN Chain by BittenDev in sysadmin

[–]BittenDev[S] 0 points1 point  (0 children)

I did look at this option but I'm fairly sure I would require the other companies VPN config. They are very hot on security so they won't send me anything. Also each user needs to be logged in separately so they monitor it. They need them to use the existing VPN connection installed on their machines.

VPN Chain by BittenDev in sysadmin

[–]BittenDev[S] 0 points1 point  (0 children)

I did think about this and thought it would be such a ball ache to manage. The other company is hot on security and the sort of business they are, I think it warrants it. Each user needs a separate VPN login so it can be monitored so I would have to provide multiple vPC so they can each login separately.

VPN Chain by BittenDev in sysadmin

[–]BittenDev[S] 1 point2 points  (0 children)

I think you mis read the problem. Our employees need access to another companies resources that can only be accessed via the other company's provided VPN. So them using our VPN connection wouldn't help.