Hey Anurag, On Sat, May 5, 2018 at 9:31 AM Anurag Sharma <[email protected]> wrote:
> Before I begin creating the models I just wanted to clarify the > relationship between Subnets and IP addresses. What I guess, Is that > Subnets and IP address are related with a one to many relationship > structure, and inside a subnet model record, the user would be able to > create/add ip addresses to it. right ? > Yes. The Ip model should have a ForeignKey field to the Subnet model. To start easily, In the subnet admin we can have ip inlines (admin.StackedInline). Also if anyone has any good resource to read more about subnets that would > be really helpful for this project. > For networking principles in general, I highly suggest you this great book, by a University Professor in Paris, which is open source and freely available in several formats (HTML, ePub, PDF, Mobi): Computer Networking : Principles, Protocols and Practice <http://cnp3book.info.ucl.ac.be/1st/html/>. F. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
